Class: VmRelocatedEvent
- Inherits:
-
VmRelocateSpecEvent
- Object
- DynamicData
- Event
- VmEvent
- VmRelocateSpecEvent
- VmRelocatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmRelocatedEvent
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
sourceHost - 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.
-
#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.
-
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
-
#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, sourceHost = nil) ⇒ VmRelocatedEvent
constructor
A new instance of VmRelocatedEvent.
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, sourceHost = nil) ⇒ VmRelocatedEvent
Returns a new instance of VmRelocatedEvent.
9793 9794 9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 9805 9806 9807 |
# File 'lib/vmware/soap/vim25.rb', line 9793 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, sourceHost = 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 @sourceHost = sourceHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9782 9783 9784 |
# File 'lib/vmware/soap/vim25.rb', line 9782 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9786 9787 9788 |
# File 'lib/vmware/soap/vim25.rb', line 9786 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9783 9784 9785 |
# File 'lib/vmware/soap/vim25.rb', line 9783 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9785 9786 9787 |
# File 'lib/vmware/soap/vim25.rb', line 9785 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9780 9781 9782 |
# File 'lib/vmware/soap/vim25.rb', line 9780 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9779 9780 9781 |
# File 'lib/vmware/soap/vim25.rb', line 9779 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9789 9790 9791 |
# File 'lib/vmware/soap/vim25.rb', line 9789 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9787 9788 9789 |
# File 'lib/vmware/soap/vim25.rb', line 9787 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9781 9782 9783 |
# File 'lib/vmware/soap/vim25.rb', line 9781 def key @key end |
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
9791 9792 9793 |
# File 'lib/vmware/soap/vim25.rb', line 9791 def sourceHost @sourceHost end |
#template ⇒ Object
Returns the value of attribute template.
9790 9791 9792 |
# File 'lib/vmware/soap/vim25.rb', line 9790 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9784 9785 9786 |
# File 'lib/vmware/soap/vim25.rb', line 9784 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9788 9789 9790 |
# File 'lib/vmware/soap/vim25.rb', line 9788 def vm @vm end |