Class: VmPowerOffOnIsolationEvent
- Inherits:
-
VmPoweredOffEvent
- Object
- DynamicData
- Event
- VmEvent
- VmPoweredOffEvent
- VmPowerOffOnIsolationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmPowerOffOnIsolationEvent
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
template - SOAP::SOAPBoolean
isolatedHost - HostEventArgument
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.
-
#isolatedHost ⇒ Object
Returns the value of attribute isolatedHost.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil, isolatedHost = nil) ⇒ VmPowerOffOnIsolationEvent
constructor
A new instance of VmPowerOffOnIsolationEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, isolatedHost = nil) ⇒ VmPowerOffOnIsolationEvent
Returns a new instance of VmPowerOffOnIsolationEvent.
8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 |
# File 'lib/vmware/soap/vim25.rb', line 8290 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, isolatedHost = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @isolatedHost = isolatedHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8279 8280 8281 |
# File 'lib/vmware/soap/vim25.rb', line 8279 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8283 8284 8285 |
# File 'lib/vmware/soap/vim25.rb', line 8283 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8280 8281 8282 |
# File 'lib/vmware/soap/vim25.rb', line 8280 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8282 8283 8284 |
# File 'lib/vmware/soap/vim25.rb', line 8282 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8277 8278 8279 |
# File 'lib/vmware/soap/vim25.rb', line 8277 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8276 8277 8278 |
# File 'lib/vmware/soap/vim25.rb', line 8276 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8286 8287 8288 |
# File 'lib/vmware/soap/vim25.rb', line 8286 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8284 8285 8286 |
# File 'lib/vmware/soap/vim25.rb', line 8284 def host @host end |
#isolatedHost ⇒ Object
Returns the value of attribute isolatedHost.
8288 8289 8290 |
# File 'lib/vmware/soap/vim25.rb', line 8288 def isolatedHost @isolatedHost end |
#key ⇒ Object
Returns the value of attribute key.
8278 8279 8280 |
# File 'lib/vmware/soap/vim25.rb', line 8278 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8287 8288 8289 |
# File 'lib/vmware/soap/vim25.rb', line 8287 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8281 8282 8283 |
# File 'lib/vmware/soap/vim25.rb', line 8281 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8285 8286 8287 |
# File 'lib/vmware/soap/vim25.rb', line 8285 def vm @vm end |