Class: MigrationHostErrorEvent
- Inherits:
-
MigrationEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- MigrationHostErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationHostErrorEvent
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
dstHost - 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.
-
#dstHost ⇒ Object
Returns the value of attribute dstHost.
-
#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, dstHost = nil) ⇒ MigrationHostErrorEvent
constructor
A new instance of MigrationHostErrorEvent.
Constructor Details
permalink #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, dstHost = nil) ⇒ MigrationHostErrorEvent
Returns a new instance of MigrationHostErrorEvent.
12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 12051 12052 12053 12054 12055 |
# File 'lib/vmware/soap/vim25.rb', line 12040 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, dstHost = 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 @dstHost = dstHost end |
Instance Attribute Details
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
12028 12029 12030 |
# File 'lib/vmware/soap/vim25.rb', line 12028 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
12032 12033 12034 |
# File 'lib/vmware/soap/vim25.rb', line 12032 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
12029 12030 12031 |
# File 'lib/vmware/soap/vim25.rb', line 12029 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
12031 12032 12033 |
# File 'lib/vmware/soap/vim25.rb', line 12031 def datacenter @datacenter end |
permalink #dstHost ⇒ Object
Returns the value of attribute dstHost.
12038 12039 12040 |
# File 'lib/vmware/soap/vim25.rb', line 12038 def dstHost @dstHost end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12026 12027 12028 |
# File 'lib/vmware/soap/vim25.rb', line 12026 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12025 12026 12027 |
# File 'lib/vmware/soap/vim25.rb', line 12025 def dynamicType @dynamicType end |
permalink #fault ⇒ Object
Returns the value of attribute fault.
12037 12038 12039 |
# File 'lib/vmware/soap/vim25.rb', line 12037 def fault @fault end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12035 12036 12037 |
# File 'lib/vmware/soap/vim25.rb', line 12035 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
12033 12034 12035 |
# File 'lib/vmware/soap/vim25.rb', line 12033 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
12027 12028 12029 |
# File 'lib/vmware/soap/vim25.rb', line 12027 def key @key end |
permalink #template ⇒ Object
Returns the value of attribute template.
12036 12037 12038 |
# File 'lib/vmware/soap/vim25.rb', line 12036 def template @template end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
12030 12031 12032 |
# File 'lib/vmware/soap/vim25.rb', line 12030 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
12034 12035 12036 |
# File 'lib/vmware/soap/vim25.rb', line 12034 def vm @vm end |