Class: PowerOffVMRequestType

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

Overview

urn:vim25PowerOffVMRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ PowerOffVMRequestType

Returns a new instance of PowerOffVMRequestType.



36853
36854
36855
# File 'lib/vmware/soap/vim25.rb', line 36853

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

Instance Method Details

#m__thisObject



36845
36846
36847
# File 'lib/vmware/soap/vim25.rb', line 36845

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36849
36850
36851
# File 'lib/vmware/soap/vim25.rb', line 36849

def m__this=(value)
  @v__this = value
end