Class: RelocateVMRequestType

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

Overview

urn:vim25RelocateVMRequestType

m__this - ManagedObjectReference
spec - VirtualMachineRelocateSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, spec = nil) ⇒ RelocateVMRequestType

Returns a new instance of RelocateVMRequestType.



37044
37045
37046
37047
# File 'lib/vmware/soap/vim25.rb', line 37044

def initialize(v__this = nil, spec = nil)
  @v__this = v__this
  @spec = spec
end

Instance Attribute Details

#specObject

Returns the value of attribute spec.



37034
37035
37036
# File 'lib/vmware/soap/vim25.rb', line 37034

def spec
  @spec
end

Instance Method Details

#m__thisObject



37036
37037
37038
# File 'lib/vmware/soap/vim25.rb', line 37036

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37040
37041
37042
# File 'lib/vmware/soap/vim25.rb', line 37040

def m__this=(value)
  @v__this = value
end