Class: VmFailedToResetEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailedToResetEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailedToResetEvent
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
reason - LocalizedMethodFault
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.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#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, reason = nil) ⇒ VmFailedToResetEvent
constructor
A new instance of VmFailedToResetEvent.
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, reason = nil) ⇒ VmFailedToResetEvent
Returns a new instance of VmFailedToResetEvent.
10495 10496 10497 10498 10499 10500 10501 10502 10503 10504 10505 10506 10507 10508 10509 |
# File 'lib/vmware/soap/vim25.rb', line 10495 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, reason = 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 @reason = reason end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
10484 10485 10486 |
# File 'lib/vmware/soap/vim25.rb', line 10484 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10488 10489 10490 |
# File 'lib/vmware/soap/vim25.rb', line 10488 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10485 10486 10487 |
# File 'lib/vmware/soap/vim25.rb', line 10485 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10487 10488 10489 |
# File 'lib/vmware/soap/vim25.rb', line 10487 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10482 10483 10484 |
# File 'lib/vmware/soap/vim25.rb', line 10482 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10481 10482 10483 |
# File 'lib/vmware/soap/vim25.rb', line 10481 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10491 10492 10493 |
# File 'lib/vmware/soap/vim25.rb', line 10491 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10489 10490 10491 |
# File 'lib/vmware/soap/vim25.rb', line 10489 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10483 10484 10485 |
# File 'lib/vmware/soap/vim25.rb', line 10483 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
10493 10494 10495 |
# File 'lib/vmware/soap/vim25.rb', line 10493 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
10492 10493 10494 |
# File 'lib/vmware/soap/vim25.rb', line 10492 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10486 10487 10488 |
# File 'lib/vmware/soap/vim25.rb', line 10486 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10490 10491 10492 |
# File 'lib/vmware/soap/vim25.rb', line 10490 def vm @vm end |