Class: VmRelocateSpecEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmRelocateSpecEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmRelocateSpecEvent
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
Direct Known Subclasses
VmBeingRelocatedEvent, VmRelocateFailedEvent, VmRelocatedEvent
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.
-
#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) ⇒ VmRelocateSpecEvent
constructor
A new instance of VmRelocateSpecEvent.
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) ⇒ VmRelocateSpecEvent
Returns a new instance of VmRelocateSpecEvent.
9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 9715 |
# File 'lib/vmware/soap/vim25.rb', line 9702 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) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
9692 9693 9694 |
# File 'lib/vmware/soap/vim25.rb', line 9692 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9696 9697 9698 |
# File 'lib/vmware/soap/vim25.rb', line 9696 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9693 9694 9695 |
# File 'lib/vmware/soap/vim25.rb', line 9693 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9695 9696 9697 |
# File 'lib/vmware/soap/vim25.rb', line 9695 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9690 9691 9692 |
# File 'lib/vmware/soap/vim25.rb', line 9690 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9689 9690 9691 |
# File 'lib/vmware/soap/vim25.rb', line 9689 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9699 9700 9701 |
# File 'lib/vmware/soap/vim25.rb', line 9699 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9697 9698 9699 |
# File 'lib/vmware/soap/vim25.rb', line 9697 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9691 9692 9693 |
# File 'lib/vmware/soap/vim25.rb', line 9691 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9700 9701 9702 |
# File 'lib/vmware/soap/vim25.rb', line 9700 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9694 9695 9696 |
# File 'lib/vmware/soap/vim25.rb', line 9694 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9698 9699 9700 |
# File 'lib/vmware/soap/vim25.rb', line 9698 def vm @vm end |