Class: VmBeingMigratedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmBeingMigratedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmBeingMigratedEvent
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) ⇒ VmBeingMigratedEvent
constructor
A new instance of VmBeingMigratedEvent.
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) ⇒ VmBeingMigratedEvent
Returns a new instance of VmBeingMigratedEvent.
9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 |
# File 'lib/vmware/soap/vim25.rb', line 9517 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.
9506 9507 9508 |
# File 'lib/vmware/soap/vim25.rb', line 9506 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9510 9511 9512 |
# File 'lib/vmware/soap/vim25.rb', line 9510 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9507 9508 9509 |
# File 'lib/vmware/soap/vim25.rb', line 9507 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9509 9510 9511 |
# File 'lib/vmware/soap/vim25.rb', line 9509 def datacenter @datacenter end |
#destHost ⇒ Object
Returns the value of attribute destHost.
9515 9516 9517 |
# File 'lib/vmware/soap/vim25.rb', line 9515 def destHost @destHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9504 9505 9506 |
# File 'lib/vmware/soap/vim25.rb', line 9504 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9503 9504 9505 |
# File 'lib/vmware/soap/vim25.rb', line 9503 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9513 9514 9515 |
# File 'lib/vmware/soap/vim25.rb', line 9513 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9511 9512 9513 |
# File 'lib/vmware/soap/vim25.rb', line 9511 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9505 9506 9507 |
# File 'lib/vmware/soap/vim25.rb', line 9505 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9514 9515 9516 |
# File 'lib/vmware/soap/vim25.rb', line 9514 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9508 9509 9510 |
# File 'lib/vmware/soap/vim25.rb', line 9508 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9512 9513 9514 |
# File 'lib/vmware/soap/vim25.rb', line 9512 def vm @vm end |