Class: ReconfigVMRequestType

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

Overview

urn:vim25ReconfigVMRequestType

m__this - ManagedObjectReference
spec - VirtualMachineConfigSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#specObject

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__thisObject



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