Class: MigrationHostErrorEvent

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

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, 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

#chainIdObject

Returns the value of attribute chainId.



12028
12029
12030
# File 'lib/vmware/soap/vim25.rb', line 12028

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12032
12033
12034
# File 'lib/vmware/soap/vim25.rb', line 12032

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12029
12030
12031
# File 'lib/vmware/soap/vim25.rb', line 12029

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12031
12032
12033
# File 'lib/vmware/soap/vim25.rb', line 12031

def datacenter
  @datacenter
end

#dstHostObject

Returns the value of attribute dstHost.



12038
12039
12040
# File 'lib/vmware/soap/vim25.rb', line 12038

def dstHost
  @dstHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12026
12027
12028
# File 'lib/vmware/soap/vim25.rb', line 12026

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12025
12026
12027
# File 'lib/vmware/soap/vim25.rb', line 12025

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



12037
12038
12039
# File 'lib/vmware/soap/vim25.rb', line 12037

def fault
  @fault
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12035
12036
12037
# File 'lib/vmware/soap/vim25.rb', line 12035

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12033
12034
12035
# File 'lib/vmware/soap/vim25.rb', line 12033

def host
  @host
end

#keyObject

Returns the value of attribute key.



12027
12028
12029
# File 'lib/vmware/soap/vim25.rb', line 12027

def key
  @key
end

#templateObject

Returns the value of attribute template.



12036
12037
12038
# File 'lib/vmware/soap/vim25.rb', line 12036

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12030
12031
12032
# File 'lib/vmware/soap/vim25.rb', line 12030

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12034
12035
12036
# File 'lib/vmware/soap/vim25.rb', line 12034

def vm
  @vm
end