Class: VmRestartedOnAlternateHostEvent
- Inherits:
-
VmPoweredOnEvent
- Object
- DynamicData
- Event
- VmEvent
- VmPoweredOnEvent
- VmRestartedOnAlternateHostEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmRestartedOnAlternateHostEvent
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
sourceHost - 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.
-
#key ⇒ Object
Returns the value of attribute key.
-
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
-
#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, sourceHost = nil) ⇒ VmRestartedOnAlternateHostEvent
constructor
A new instance of VmRestartedOnAlternateHostEvent.
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, sourceHost = nil) ⇒ VmRestartedOnAlternateHostEvent
Returns a new instance of VmRestartedOnAlternateHostEvent.
8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 |
# File 'lib/vmware/soap/vim25.rb', line 8422 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, sourceHost = 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 @sourceHost = sourceHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8411 8412 8413 |
# File 'lib/vmware/soap/vim25.rb', line 8411 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8415 8416 8417 |
# File 'lib/vmware/soap/vim25.rb', line 8415 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8412 8413 8414 |
# File 'lib/vmware/soap/vim25.rb', line 8412 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8414 8415 8416 |
# File 'lib/vmware/soap/vim25.rb', line 8414 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8409 8410 8411 |
# File 'lib/vmware/soap/vim25.rb', line 8409 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8408 8409 8410 |
# File 'lib/vmware/soap/vim25.rb', line 8408 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8418 8419 8420 |
# File 'lib/vmware/soap/vim25.rb', line 8418 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8416 8417 8418 |
# File 'lib/vmware/soap/vim25.rb', line 8416 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8410 8411 8412 |
# File 'lib/vmware/soap/vim25.rb', line 8410 def key @key end |
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
8420 8421 8422 |
# File 'lib/vmware/soap/vim25.rb', line 8420 def sourceHost @sourceHost end |
#template ⇒ Object
Returns the value of attribute template.
8419 8420 8421 |
# File 'lib/vmware/soap/vim25.rb', line 8419 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8413 8414 8415 |
# File 'lib/vmware/soap/vim25.rb', line 8413 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8417 8418 8419 |
# File 'lib/vmware/soap/vim25.rb', line 8417 def vm @vm end |