Class: SuspendVMRequestType

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

Overview

urn:vim25SuspendVMRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ SuspendVMRequestType

Returns a new instance of SuspendVMRequestType.



36869
36870
36871
# File 'lib/vmware/soap/vim25.rb', line 36869

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

Instance Method Details

#m__thisObject



36861
36862
36863
# File 'lib/vmware/soap/vim25.rb', line 36861

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36865
36866
36867
# File 'lib/vmware/soap/vim25.rb', line 36865

def m__this=(value)
  @v__this = value
end