Class: ReconfigVMRequestType
- Inherits:
-
Object
- Object
- ReconfigVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReconfigVMRequestType
m__this - ManagedObjectReference
spec - VirtualMachineConfigSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ ReconfigVMRequestType
constructor
A new instance of ReconfigVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ ReconfigVMRequestType
Returns a new instance of ReconfigVMRequestType.
36796 36797 36798 36799 |
# File 'lib/vmware/soap/vim25.rb', line 36796 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.
36786 36787 36788 |
# File 'lib/vmware/soap/vim25.rb', line 36786 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
36788 36789 36790 |
# File 'lib/vmware/soap/vim25.rb', line 36788 def m__this @v__this end |
#m__this=(value) ⇒ Object
36792 36793 36794 |
# File 'lib/vmware/soap/vim25.rb', line 36792 def m__this=(value) @v__this = value end |