Class: MigrationErrorEvent
- Inherits:
-
MigrationEvent
- Object
- DynamicData
- Event
- VmEvent
- MigrationEvent
- MigrationErrorEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MigrationErrorEvent
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
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) ⇒ MigrationErrorEvent
constructor
A new instance of MigrationErrorEvent.
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) ⇒ MigrationErrorEvent
Returns a new instance of MigrationErrorEvent.
11943 11944 11945 11946 11947 11948 11949 11950 11951 11952 11953 11954 11955 11956 11957 |
# File 'lib/vmware/soap/vim25.rb', line 11943 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.
11932 11933 11934 |
# File 'lib/vmware/soap/vim25.rb', line 11932 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11936 11937 11938 |
# File 'lib/vmware/soap/vim25.rb', line 11936 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11933 11934 11935 |
# File 'lib/vmware/soap/vim25.rb', line 11933 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11935 11936 11937 |
# File 'lib/vmware/soap/vim25.rb', line 11935 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11930 11931 11932 |
# File 'lib/vmware/soap/vim25.rb', line 11930 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11929 11930 11931 |
# File 'lib/vmware/soap/vim25.rb', line 11929 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
11941 11942 11943 |
# File 'lib/vmware/soap/vim25.rb', line 11941 def fault @fault end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11939 11940 11941 |
# File 'lib/vmware/soap/vim25.rb', line 11939 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11937 11938 11939 |
# File 'lib/vmware/soap/vim25.rb', line 11937 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11931 11932 11933 |
# File 'lib/vmware/soap/vim25.rb', line 11931 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11940 11941 11942 |
# File 'lib/vmware/soap/vim25.rb', line 11940 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11934 11935 11936 |
# File 'lib/vmware/soap/vim25.rb', line 11934 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11938 11939 11940 |
# File 'lib/vmware/soap/vim25.rb', line 11938 def vm @vm end |