Class: VmBeingHotMigratedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmBeingHotMigratedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmBeingHotMigratedEvent
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) ⇒ VmBeingHotMigratedEvent
constructor
A new instance of VmBeingHotMigratedEvent.
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) ⇒ VmBeingHotMigratedEvent
Returns a new instance of VmBeingHotMigratedEvent.
9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 |
# File 'lib/vmware/soap/vim25.rb', line 9039 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.
9028 9029 9030 |
# File 'lib/vmware/soap/vim25.rb', line 9028 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9032 9033 9034 |
# File 'lib/vmware/soap/vim25.rb', line 9032 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9029 9030 9031 |
# File 'lib/vmware/soap/vim25.rb', line 9029 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9031 9032 9033 |
# File 'lib/vmware/soap/vim25.rb', line 9031 def datacenter @datacenter end |
#destHost ⇒ Object
Returns the value of attribute destHost.
9037 9038 9039 |
# File 'lib/vmware/soap/vim25.rb', line 9037 def destHost @destHost end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9026 9027 9028 |
# File 'lib/vmware/soap/vim25.rb', line 9026 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9025 9026 9027 |
# File 'lib/vmware/soap/vim25.rb', line 9025 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9035 9036 9037 |
# File 'lib/vmware/soap/vim25.rb', line 9035 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9033 9034 9035 |
# File 'lib/vmware/soap/vim25.rb', line 9033 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9027 9028 9029 |
# File 'lib/vmware/soap/vim25.rb', line 9027 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
9036 9037 9038 |
# File 'lib/vmware/soap/vim25.rb', line 9036 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9030 9031 9032 |
# File 'lib/vmware/soap/vim25.rb', line 9030 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9034 9035 9036 |
# File 'lib/vmware/soap/vim25.rb', line 9034 def vm @vm end |