Class: VmFailedRelayoutEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmFailedRelayoutEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmFailedRelayoutEvent
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) ⇒ VmFailedRelayoutEvent
constructor
A new instance of VmFailedRelayoutEvent.
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) ⇒ VmFailedRelayoutEvent
Returns a new instance of VmFailedRelayoutEvent.
11547 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559 11560 11561 |
# File 'lib/vmware/soap/vim25.rb', line 11547 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.
11536 11537 11538 |
# File 'lib/vmware/soap/vim25.rb', line 11536 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11540 11541 11542 |
# File 'lib/vmware/soap/vim25.rb', line 11540 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11537 11538 11539 |
# File 'lib/vmware/soap/vim25.rb', line 11537 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11539 11540 11541 |
# File 'lib/vmware/soap/vim25.rb', line 11539 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11534 11535 11536 |
# File 'lib/vmware/soap/vim25.rb', line 11534 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11533 11534 11535 |
# File 'lib/vmware/soap/vim25.rb', line 11533 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11543 11544 11545 |
# File 'lib/vmware/soap/vim25.rb', line 11543 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11541 11542 11543 |
# File 'lib/vmware/soap/vim25.rb', line 11541 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11535 11536 11537 |
# File 'lib/vmware/soap/vim25.rb', line 11535 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
11545 11546 11547 |
# File 'lib/vmware/soap/vim25.rb', line 11545 def reason @reason end |
#template ⇒ Object
Returns the value of attribute template.
11544 11545 11546 |
# File 'lib/vmware/soap/vim25.rb', line 11544 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11538 11539 11540 |
# File 'lib/vmware/soap/vim25.rb', line 11538 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11542 11543 11544 |
# File 'lib/vmware/soap/vim25.rb', line 11542 def vm @vm end |