Class: ShutdownGuestRequestType

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

Overview

urn:vim25ShutdownGuestRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ ShutdownGuestRequestType

Returns a new instance of ShutdownGuestRequestType.



36901
36902
36903
# File 'lib/vmware/soap/vim25.rb', line 36901

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

Instance Method Details

#m__thisObject



36893
36894
36895
# File 'lib/vmware/soap/vim25.rb', line 36893

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36897
36898
36899
# File 'lib/vmware/soap/vim25.rb', line 36897

def m__this=(value)
  @v__this = value
end