Class: MigrationErrorEvent

Inherits:
MigrationEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



11932
11933
11934
# File 'lib/vmware/soap/vim25.rb', line 11932

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11936
11937
11938
# File 'lib/vmware/soap/vim25.rb', line 11936

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11933
11934
11935
# File 'lib/vmware/soap/vim25.rb', line 11933

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11935
11936
11937
# File 'lib/vmware/soap/vim25.rb', line 11935

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11930
11931
11932
# File 'lib/vmware/soap/vim25.rb', line 11930

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11929
11930
11931
# File 'lib/vmware/soap/vim25.rb', line 11929

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



11941
11942
11943
# File 'lib/vmware/soap/vim25.rb', line 11941

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11939
11940
11941
# File 'lib/vmware/soap/vim25.rb', line 11939

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11937
11938
11939
# File 'lib/vmware/soap/vim25.rb', line 11937

def host
  @host
end

#keyObject

Returns the value of attribute key.



11931
11932
11933
# File 'lib/vmware/soap/vim25.rb', line 11931

def key
  @key
end

#templateObject

Returns the value of attribute template.



11940
11941
11942
# File 'lib/vmware/soap/vim25.rb', line 11940

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11934
11935
11936
# File 'lib/vmware/soap/vim25.rb', line 11934

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11938
11939
11940
# File 'lib/vmware/soap/vim25.rb', line 11938

def vm
  @vm
end