Class: VmMigratedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMigratedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmMigratedEvent
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
Direct Known Subclasses
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) ⇒ VmMigratedEvent
constructor
A new instance of VmMigratedEvent.
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) ⇒ VmMigratedEvent
Returns a new instance of VmMigratedEvent.
9612 9613 9614 9615 9616 9617 9618 9619 9620 9621 9622 9623 9624 9625 9626 |
# File 'lib/vmware/soap/vim25.rb', line 9612 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.
9601 9602 9603 |
# File 'lib/vmware/soap/vim25.rb', line 9601 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9605 9606 9607 |
# File 'lib/vmware/soap/vim25.rb', line 9605 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9602 9603 9604 |
# File 'lib/vmware/soap/vim25.rb', line 9602 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9604 9605 9606 |
# File 'lib/vmware/soap/vim25.rb', line 9604 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9599 9600 9601 |
# File 'lib/vmware/soap/vim25.rb', line 9599 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9598 9599 9600 |
# File 'lib/vmware/soap/vim25.rb', line 9598 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9608 9609 9610 |
# File 'lib/vmware/soap/vim25.rb', line 9608 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9606 9607 9608 |
# File 'lib/vmware/soap/vim25.rb', line 9606 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9600 9601 9602 |
# File 'lib/vmware/soap/vim25.rb', line 9600 def key @key end |
#sourceHost ⇒ Object
Returns the value of attribute sourceHost.
9610 9611 9612 |
# File 'lib/vmware/soap/vim25.rb', line 9610 def sourceHost @sourceHost end |
#template ⇒ Object
Returns the value of attribute template.
9609 9610 9611 |
# File 'lib/vmware/soap/vim25.rb', line 9609 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9603 9604 9605 |
# File 'lib/vmware/soap/vim25.rb', line 9603 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9607 9608 9609 |
# File 'lib/vmware/soap/vim25.rb', line 9607 def vm @vm end |