Class: VmFailedToShutdownGuestEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailedToShutdownGuestEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailedToShutdownGuestEvent
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) ⇒ VmFailedToShutdownGuestEvent
constructor
A new instance of VmFailedToShutdownGuestEvent.
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) ⇒ VmFailedToShutdownGuestEvent
Returns a new instance of VmFailedToShutdownGuestEvent.
10541 10542 10543 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 10554 10555 |
# File 'lib/vmware/soap/vim25.rb', line 10541 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.
10530 10531 10532 |
# File 'lib/vmware/soap/vim25.rb', line 10530 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10534 10535 10536 |
# File 'lib/vmware/soap/vim25.rb', line 10534 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10531 10532 10533 |
# File 'lib/vmware/soap/vim25.rb', line 10531 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10533 10534 10535 |
# File 'lib/vmware/soap/vim25.rb', line 10533 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10528 10529 10530 |
# File 'lib/vmware/soap/vim25.rb', line 10528 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10527 10528 10529 |
# File 'lib/vmware/soap/vim25.rb', line 10527 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10537 10538 10539 |
# File 'lib/vmware/soap/vim25.rb', line 10537 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10535 10536 10537 |
# File 'lib/vmware/soap/vim25.rb', line 10535 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10529 10530 10531 |
# File 'lib/vmware/soap/vim25.rb', line 10529 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
10539 10540 10541 |
# File 'lib/vmware/soap/vim25.rb', line 10539 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
10538 10539 10540 |
# File 'lib/vmware/soap/vim25.rb', line 10538 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10532 10533 10534 |
# File 'lib/vmware/soap/vim25.rb', line 10532 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10536 10537 10538 |
# File 'lib/vmware/soap/vim25.rb', line 10536 def vm @vm end |