Class: VmFailedToStandbyGuestEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailedToStandbyGuestEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailedToStandbyGuestEvent
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) ⇒ VmFailedToStandbyGuestEvent
constructor
A new instance of VmFailedToStandbyGuestEvent.
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) ⇒ VmFailedToStandbyGuestEvent
Returns a new instance of VmFailedToStandbyGuestEvent.
10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 |
# File 'lib/vmware/soap/vim25.rb', line 10633 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.
10622 10623 10624 |
# File 'lib/vmware/soap/vim25.rb', line 10622 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10626 10627 10628 |
# File 'lib/vmware/soap/vim25.rb', line 10626 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10623 10624 10625 |
# File 'lib/vmware/soap/vim25.rb', line 10623 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10625 10626 10627 |
# File 'lib/vmware/soap/vim25.rb', line 10625 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10620 10621 10622 |
# File 'lib/vmware/soap/vim25.rb', line 10620 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10619 10620 10621 |
# File 'lib/vmware/soap/vim25.rb', line 10619 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10629 10630 10631 |
# File 'lib/vmware/soap/vim25.rb', line 10629 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10627 10628 10629 |
# File 'lib/vmware/soap/vim25.rb', line 10627 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10621 10622 10623 |
# File 'lib/vmware/soap/vim25.rb', line 10621 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
10631 10632 10633 |
# File 'lib/vmware/soap/vim25.rb', line 10631 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
10630 10631 10632 |
# File 'lib/vmware/soap/vim25.rb', line 10630 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10624 10625 10626 |
# File 'lib/vmware/soap/vim25.rb', line 10624 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10628 10629 10630 |
# File 'lib/vmware/soap/vim25.rb', line 10628 def vm @vm end |