Class: VmRelocateFailedEvent

Inherits:
VmRelocateSpecEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmRelocateFailedEvent

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
destHost - HostEventArgument
reason - 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, destHost = nil, reason = nil) ⇒ VmRelocateFailedEvent

Returns a new instance of VmRelocateFailedEvent.



9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
# File 'lib/vmware/soap/vim25.rb', line 9841

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, destHost = nil, reason = 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
  @destHost = destHost
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9829
9830
9831
# File 'lib/vmware/soap/vim25.rb', line 9829

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9833
9834
9835
# File 'lib/vmware/soap/vim25.rb', line 9833

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9830
9831
9832
# File 'lib/vmware/soap/vim25.rb', line 9830

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9832
9833
9834
# File 'lib/vmware/soap/vim25.rb', line 9832

def datacenter
  @datacenter
end

#destHostObject

Returns the value of attribute destHost.



9838
9839
9840
# File 'lib/vmware/soap/vim25.rb', line 9838

def destHost
  @destHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9827
9828
9829
# File 'lib/vmware/soap/vim25.rb', line 9827

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9826
9827
9828
# File 'lib/vmware/soap/vim25.rb', line 9826

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9836
9837
9838
# File 'lib/vmware/soap/vim25.rb', line 9836

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9834
9835
9836
# File 'lib/vmware/soap/vim25.rb', line 9834

def host
  @host
end

#keyObject

Returns the value of attribute key.



9828
9829
9830
# File 'lib/vmware/soap/vim25.rb', line 9828

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



9839
9840
9841
# File 'lib/vmware/soap/vim25.rb', line 9839

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



9837
9838
9839
# File 'lib/vmware/soap/vim25.rb', line 9837

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9831
9832
9833
# File 'lib/vmware/soap/vim25.rb', line 9831

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9835
9836
9837
# File 'lib/vmware/soap/vim25.rb', line 9835

def vm
  @vm
end