Class: VmFailedToRebootGuestEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailedToRebootGuestEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailedToRebootGuestEvent
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) ⇒ VmFailedToRebootGuestEvent
constructor
A new instance of VmFailedToRebootGuestEvent.
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) ⇒ VmFailedToRebootGuestEvent
Returns a new instance of VmFailedToRebootGuestEvent.
10587 10588 10589 10590 10591 10592 10593 10594 10595 10596 10597 10598 10599 10600 10601 |
# File 'lib/vmware/soap/vim25.rb', line 10587 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.
10576 10577 10578 |
# File 'lib/vmware/soap/vim25.rb', line 10576 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10580 10581 10582 |
# File 'lib/vmware/soap/vim25.rb', line 10580 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10577 10578 10579 |
# File 'lib/vmware/soap/vim25.rb', line 10577 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10579 10580 10581 |
# File 'lib/vmware/soap/vim25.rb', line 10579 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10574 10575 10576 |
# File 'lib/vmware/soap/vim25.rb', line 10574 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10573 10574 10575 |
# File 'lib/vmware/soap/vim25.rb', line 10573 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10583 10584 10585 |
# File 'lib/vmware/soap/vim25.rb', line 10583 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10581 10582 10583 |
# File 'lib/vmware/soap/vim25.rb', line 10581 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10575 10576 10577 |
# File 'lib/vmware/soap/vim25.rb', line 10575 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
10585 10586 10587 |
# File 'lib/vmware/soap/vim25.rb', line 10585 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
10584 10585 10586 |
# File 'lib/vmware/soap/vim25.rb', line 10584 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10578 10579 10580 |
# File 'lib/vmware/soap/vim25.rb', line 10578 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10582 10583 10584 |
# File 'lib/vmware/soap/vim25.rb', line 10582 def vm @vm end |