Class: DrsEnabledEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- DrsEnabledEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsEnabledEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
behavior - SOAP::SOAPString
Instance Attribute Summary collapse
-
#behavior ⇒ Object
Returns the value of attribute behavior.
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, behavior = nil) ⇒ DrsEnabledEvent
constructor
A new instance of DrsEnabledEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, behavior = nil) ⇒ DrsEnabledEvent
Returns a new instance of DrsEnabledEvent.
15834 15835 15836 15837 15838 15839 15840 15841 15842 15843 15844 15845 15846 15847 |
# File 'lib/vmware/soap/vim25.rb', line 15834 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, behavior = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @behavior = behavior end |
Instance Attribute Details
#behavior ⇒ Object
Returns the value of attribute behavior.
15832 15833 15834 |
# File 'lib/vmware/soap/vim25.rb', line 15832 def behavior @behavior end |
#chainId ⇒ Object
Returns the value of attribute chainId.
15824 15825 15826 |
# File 'lib/vmware/soap/vim25.rb', line 15824 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15828 15829 15830 |
# File 'lib/vmware/soap/vim25.rb', line 15828 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15825 15826 15827 |
# File 'lib/vmware/soap/vim25.rb', line 15825 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15827 15828 15829 |
# File 'lib/vmware/soap/vim25.rb', line 15827 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15822 15823 15824 |
# File 'lib/vmware/soap/vim25.rb', line 15822 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15821 15822 15823 |
# File 'lib/vmware/soap/vim25.rb', line 15821 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15831 15832 15833 |
# File 'lib/vmware/soap/vim25.rb', line 15831 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15829 15830 15831 |
# File 'lib/vmware/soap/vim25.rb', line 15829 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15823 15824 15825 |
# File 'lib/vmware/soap/vim25.rb', line 15823 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15826 15827 15828 |
# File 'lib/vmware/soap/vim25.rb', line 15826 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15830 15831 15832 |
# File 'lib/vmware/soap/vim25.rb', line 15830 def vm @vm end |