Class: VmBeingRelocatedEvent

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

Overview

urn:vim25VmBeingRelocatedEvent

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

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) ⇒ VmBeingRelocatedEvent

Returns a new instance of VmBeingRelocatedEvent.



9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
# File 'lib/vmware/soap/vim25.rb', line 9747

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)
  @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
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9736
9737
9738
# File 'lib/vmware/soap/vim25.rb', line 9736

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9740
9741
9742
# File 'lib/vmware/soap/vim25.rb', line 9740

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9737
9738
9739
# File 'lib/vmware/soap/vim25.rb', line 9737

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9739
9740
9741
# File 'lib/vmware/soap/vim25.rb', line 9739

def datacenter
  @datacenter
end

#destHostObject

Returns the value of attribute destHost.



9745
9746
9747
# File 'lib/vmware/soap/vim25.rb', line 9745

def destHost
  @destHost
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9734
9735
9736
# File 'lib/vmware/soap/vim25.rb', line 9734

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9733
9734
9735
# File 'lib/vmware/soap/vim25.rb', line 9733

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9743
9744
9745
# File 'lib/vmware/soap/vim25.rb', line 9743

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9741
9742
9743
# File 'lib/vmware/soap/vim25.rb', line 9741

def host
  @host
end

#keyObject

Returns the value of attribute key.



9735
9736
9737
# File 'lib/vmware/soap/vim25.rb', line 9735

def key
  @key
end

#templateObject

Returns the value of attribute template.



9744
9745
9746
# File 'lib/vmware/soap/vim25.rb', line 9744

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9738
9739
9740
# File 'lib/vmware/soap/vim25.rb', line 9738

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9742
9743
9744
# File 'lib/vmware/soap/vim25.rb', line 9742

def vm
  @vm
end