Class: MigrationResourceErrorEvent
- Inherits:
-
MigrationEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- MigrationResourceErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationResourceErrorEvent
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
dstPool - ResourcePoolEventArgument
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.
-
#dstPool ⇒ Object
Returns the value of attribute dstPool.
-
#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, dstPool = nil, dstHost = nil) ⇒ MigrationResourceErrorEvent
constructor
A new instance of MigrationResourceErrorEvent.
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, dstPool = nil, dstHost = nil) ⇒ MigrationResourceErrorEvent
Returns a new instance of MigrationResourceErrorEvent.
12143 12144 12145 12146 12147 12148 12149 12150 12151 12152 12153 12154 12155 12156 12157 12158 12159 |
# File 'lib/vmware/soap/vim25.rb', line 12143 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, dstPool = 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 @dstPool = dstPool @dstHost = dstHost end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12130 12131 12132 |
# File 'lib/vmware/soap/vim25.rb', line 12130 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12134 12135 12136 |
# File 'lib/vmware/soap/vim25.rb', line 12134 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12131 12132 12133 |
# File 'lib/vmware/soap/vim25.rb', line 12131 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12133 12134 12135 |
# File 'lib/vmware/soap/vim25.rb', line 12133 def datacenter @datacenter end |
#dstHost ⇒ Object
Returns the value of attribute dstHost.
12141 12142 12143 |
# File 'lib/vmware/soap/vim25.rb', line 12141 def dstHost @dstHost end |
#dstPool ⇒ Object
Returns the value of attribute dstPool.
12140 12141 12142 |
# File 'lib/vmware/soap/vim25.rb', line 12140 def dstPool @dstPool end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12128 12129 12130 |
# File 'lib/vmware/soap/vim25.rb', line 12128 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12127 12128 12129 |
# File 'lib/vmware/soap/vim25.rb', line 12127 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
12139 12140 12141 |
# File 'lib/vmware/soap/vim25.rb', line 12139 def fault @fault end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12137 12138 12139 |
# File 'lib/vmware/soap/vim25.rb', line 12137 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12135 12136 12137 |
# File 'lib/vmware/soap/vim25.rb', line 12135 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12129 12130 12131 |
# File 'lib/vmware/soap/vim25.rb', line 12129 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
12138 12139 12140 |
# File 'lib/vmware/soap/vim25.rb', line 12138 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12132 12133 12134 |
# File 'lib/vmware/soap/vim25.rb', line 12132 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12136 12137 12138 |
# File 'lib/vmware/soap/vim25.rb', line 12136 def vm @vm end |