Class: DrsExitedStandbyModeEvent
- Inherits:
-
ExitedStandbyModeEvent
- Object
- DynamicData
- Event
- HostEvent
- ExitedStandbyModeEvent
- DrsExitedStandbyModeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DrsExitedStandbyModeEvent
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) ⇒ DrsExitedStandbyModeEvent
constructor
A new instance of DrsExitedStandbyModeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ DrsExitedStandbyModeEvent
Returns a new instance of DrsExitedStandbyModeEvent.
6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 |
# File 'lib/vmware/soap/vim25.rb', line 6901 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.
6892 6893 6894 |
# File 'lib/vmware/soap/vim25.rb', line 6892 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6896 6897 6898 |
# File 'lib/vmware/soap/vim25.rb', line 6896 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6893 6894 6895 |
# File 'lib/vmware/soap/vim25.rb', line 6893 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6895 6896 6897 |
# File 'lib/vmware/soap/vim25.rb', line 6895 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6890 6891 6892 |
# File 'lib/vmware/soap/vim25.rb', line 6890 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6889 6890 6891 |
# File 'lib/vmware/soap/vim25.rb', line 6889 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6899 6900 6901 |
# File 'lib/vmware/soap/vim25.rb', line 6899 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6897 6898 6899 |
# File 'lib/vmware/soap/vim25.rb', line 6897 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6891 6892 6893 |
# File 'lib/vmware/soap/vim25.rb', line 6891 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6894 6895 6896 |
# File 'lib/vmware/soap/vim25.rb', line 6894 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6898 6899 6900 |
# File 'lib/vmware/soap/vim25.rb', line 6898 def vm @vm end |