Class: EnteringMaintenanceModeEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- EnteringMaintenanceModeEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnteringMaintenanceModeEvent
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) ⇒ EnteringMaintenanceModeEvent
constructor
A new instance of EnteringMaintenanceModeEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ EnteringMaintenanceModeEvent
Returns a new instance of EnteringMaintenanceModeEvent.
6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 |
# File 'lib/vmware/soap/vim25.rb', line 6089 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.
6080 6081 6082 |
# File 'lib/vmware/soap/vim25.rb', line 6080 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6084 6085 6086 |
# File 'lib/vmware/soap/vim25.rb', line 6084 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6081 6082 6083 |
# File 'lib/vmware/soap/vim25.rb', line 6081 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6083 6084 6085 |
# File 'lib/vmware/soap/vim25.rb', line 6083 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6078 6079 6080 |
# File 'lib/vmware/soap/vim25.rb', line 6078 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6077 6078 6079 |
# File 'lib/vmware/soap/vim25.rb', line 6077 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6087 6088 6089 |
# File 'lib/vmware/soap/vim25.rb', line 6087 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6085 6086 6087 |
# File 'lib/vmware/soap/vim25.rb', line 6085 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6079 6080 6081 |
# File 'lib/vmware/soap/vim25.rb', line 6079 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6082 6083 6084 |
# File 'lib/vmware/soap/vim25.rb', line 6082 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6086 6087 6088 |
# File 'lib/vmware/soap/vim25.rb', line 6086 def vm @vm end |