Class: MigrationEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationEvent
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
fault - LocalizedMethodFault
Direct Known Subclasses
MigrationErrorEvent, MigrationHostErrorEvent, MigrationHostWarningEvent, MigrationResourceErrorEvent, MigrationResourceWarningEvent, MigrationWarningEvent
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.
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#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, fault = nil) ⇒ MigrationEvent
constructor
A new instance of MigrationEvent.
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, fault = nil) ⇒ MigrationEvent
Returns a new instance of MigrationEvent.
11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 11863 11864 11865 |
# File 'lib/vmware/soap/vim25.rb', line 11851 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, fault = 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 @fault = fault end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11840 11841 11842 |
# File 'lib/vmware/soap/vim25.rb', line 11840 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11844 11845 11846 |
# File 'lib/vmware/soap/vim25.rb', line 11844 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11841 11842 11843 |
# File 'lib/vmware/soap/vim25.rb', line 11841 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11843 11844 11845 |
# File 'lib/vmware/soap/vim25.rb', line 11843 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11838 11839 11840 |
# File 'lib/vmware/soap/vim25.rb', line 11838 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11837 11838 11839 |
# File 'lib/vmware/soap/vim25.rb', line 11837 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
11849 11850 11851 |
# File 'lib/vmware/soap/vim25.rb', line 11849 def fault @fault end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11847 11848 11849 |
# File 'lib/vmware/soap/vim25.rb', line 11847 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11845 11846 11847 |
# File 'lib/vmware/soap/vim25.rb', line 11845 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11839 11840 11841 |
# File 'lib/vmware/soap/vim25.rb', line 11839 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11848 11849 11850 |
# File 'lib/vmware/soap/vim25.rb', line 11848 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11842 11843 11844 |
# File 'lib/vmware/soap/vim25.rb', line 11842 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11846 11847 11848 |
# File 'lib/vmware/soap/vim25.rb', line 11846 def vm @vm end |