Class: ResetVMRequestType

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

Overview

urn:vim25ResetVMRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ ResetVMRequestType

Returns a new instance of ResetVMRequestType.



36885
36886
36887
# File 'lib/vmware/soap/vim25.rb', line 36885

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

Instance Method Details

#m__thisObject



36877
36878
36879
# File 'lib/vmware/soap/vim25.rb', line 36877

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36881
36882
36883
# File 'lib/vmware/soap/vim25.rb', line 36881

def m__this=(value)
  @v__this = value
end