Class: RelocateVMRequestType
- Inherits:
-
Object
- Object
- RelocateVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RelocateVMRequestType
m__this - ManagedObjectReference
spec - VirtualMachineRelocateSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ RelocateVMRequestType
constructor
A new instance of RelocateVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#spec ⇒ Object
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__this ⇒ Object
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 |