Class: EnteredStandbyModeEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- EnteredStandbyModeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnteredStandbyModeEvent
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) ⇒ EnteredStandbyModeEvent
constructor
A new instance of EnteredStandbyModeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ EnteredStandbyModeEvent
Returns a new instance of EnteredStandbyModeEvent.
6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 |
# File 'lib/vmware/soap/vim25.rb', line 6781 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.
6772 6773 6774 |
# File 'lib/vmware/soap/vim25.rb', line 6772 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6776 6777 6778 |
# File 'lib/vmware/soap/vim25.rb', line 6776 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6773 6774 6775 |
# File 'lib/vmware/soap/vim25.rb', line 6773 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6775 6776 6777 |
# File 'lib/vmware/soap/vim25.rb', line 6775 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6770 6771 6772 |
# File 'lib/vmware/soap/vim25.rb', line 6770 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6769 6770 6771 |
# File 'lib/vmware/soap/vim25.rb', line 6769 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6779 6780 6781 |
# File 'lib/vmware/soap/vim25.rb', line 6779 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6777 6778 6779 |
# File 'lib/vmware/soap/vim25.rb', line 6777 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6771 6772 6773 |
# File 'lib/vmware/soap/vim25.rb', line 6771 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6774 6775 6776 |
# File 'lib/vmware/soap/vim25.rb', line 6774 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6778 6779 6780 |
# File 'lib/vmware/soap/vim25.rb', line 6778 def vm @vm end |