Class: ExitedStandbyModeEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- ExitedStandbyModeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExitedStandbyModeEvent
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
Direct Known Subclasses
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) ⇒ ExitedStandbyModeEvent
constructor
A new instance of ExitedStandbyModeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ExitedStandbyModeEvent
Returns a new instance of ExitedStandbyModeEvent.
6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 |
# File 'lib/vmware/soap/vim25.rb', line 6861 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.
6852 6853 6854 |
# File 'lib/vmware/soap/vim25.rb', line 6852 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6856 6857 6858 |
# File 'lib/vmware/soap/vim25.rb', line 6856 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6853 6854 6855 |
# File 'lib/vmware/soap/vim25.rb', line 6853 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6855 6856 6857 |
# File 'lib/vmware/soap/vim25.rb', line 6855 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6850 6851 6852 |
# File 'lib/vmware/soap/vim25.rb', line 6850 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6849 6850 6851 |
# File 'lib/vmware/soap/vim25.rb', line 6849 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6859 6860 6861 |
# File 'lib/vmware/soap/vim25.rb', line 6859 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6857 6858 6859 |
# File 'lib/vmware/soap/vim25.rb', line 6857 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6851 6852 6853 |
# File 'lib/vmware/soap/vim25.rb', line 6851 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6854 6855 6856 |
# File 'lib/vmware/soap/vim25.rb', line 6854 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6858 6859 6860 |
# File 'lib/vmware/soap/vim25.rb', line 6858 def vm @vm end |