Class: VmBeingRelocatedEvent
- Inherits:
-
VmRelocateSpecEvent
- Object
- DynamicData
- Event
- VmEvent
- VmRelocateSpecEvent
- VmBeingRelocatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmBeingRelocatedEvent
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
destHost - HostEventArgument
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.
-
#destHost ⇒ Object
Returns the value of attribute destHost.
-
#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.
-
#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, destHost = nil) ⇒ VmBeingRelocatedEvent
constructor
A new instance of VmBeingRelocatedEvent.
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, destHost = nil) ⇒ VmBeingRelocatedEvent
Returns a new instance of VmBeingRelocatedEvent.
9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 |
# File 'lib/vmware/soap/vim25.rb', line 9747 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, destHost = 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 @destHost = destHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9736 9737 9738 |
# File 'lib/vmware/soap/vim25.rb', line 9736 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9740 9741 9742 |
# File 'lib/vmware/soap/vim25.rb', line 9740 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9737 9738 9739 |
# File 'lib/vmware/soap/vim25.rb', line 9737 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9739 9740 9741 |
# File 'lib/vmware/soap/vim25.rb', line 9739 def datacenter @datacenter end |
#destHost ⇒ Object
Returns the value of attribute destHost.
9745 9746 9747 |
# File 'lib/vmware/soap/vim25.rb', line 9745 def destHost @destHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9734 9735 9736 |
# File 'lib/vmware/soap/vim25.rb', line 9734 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9733 9734 9735 |
# File 'lib/vmware/soap/vim25.rb', line 9733 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9743 9744 9745 |
# File 'lib/vmware/soap/vim25.rb', line 9743 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9741 9742 9743 |
# File 'lib/vmware/soap/vim25.rb', line 9741 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9735 9736 9737 |
# File 'lib/vmware/soap/vim25.rb', line 9735 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9744 9745 9746 |
# File 'lib/vmware/soap/vim25.rb', line 9744 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9738 9739 9740 |
# File 'lib/vmware/soap/vim25.rb', line 9738 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9742 9743 9744 |
# File 'lib/vmware/soap/vim25.rb', line 9742 def vm @vm end |