Class: DrsEnteredStandbyModeEvent
- Inherits:
-
EnteredStandbyModeEvent
- Object
- DynamicData
- Event
- HostEvent
- EnteredStandbyModeEvent
- DrsEnteredStandbyModeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsEnteredStandbyModeEvent
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
Instance Attribute Summary collapse
-
#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) ⇒ DrsEnteredStandbyModeEvent
constructor
A new instance of DrsEnteredStandbyModeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DrsEnteredStandbyModeEvent
Returns a new instance of DrsEnteredStandbyModeEvent.
6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 |
# File 'lib/vmware/soap/vim25.rb', line 6821 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
6812 6813 6814 |
# File 'lib/vmware/soap/vim25.rb', line 6812 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6816 6817 6818 |
# File 'lib/vmware/soap/vim25.rb', line 6816 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6813 6814 6815 |
# File 'lib/vmware/soap/vim25.rb', line 6813 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6815 6816 6817 |
# File 'lib/vmware/soap/vim25.rb', line 6815 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6810 6811 6812 |
# File 'lib/vmware/soap/vim25.rb', line 6810 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6809 6810 6811 |
# File 'lib/vmware/soap/vim25.rb', line 6809 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6819 6820 6821 |
# File 'lib/vmware/soap/vim25.rb', line 6819 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6817 6818 6819 |
# File 'lib/vmware/soap/vim25.rb', line 6817 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6811 6812 6813 |
# File 'lib/vmware/soap/vim25.rb', line 6811 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6814 6815 6816 |
# File 'lib/vmware/soap/vim25.rb', line 6814 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6818 6819 6820 |
# File 'lib/vmware/soap/vim25.rb', line 6818 def vm @vm end |