Class: StandbyGuestRequestType

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

Overview

urn:vim25StandbyGuestRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ StandbyGuestRequestType

Returns a new instance of StandbyGuestRequestType.



36933
36934
36935
# File 'lib/vmware/soap/vim25.rb', line 36933

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

Instance Method Details

#m__thisObject



36925
36926
36927
# File 'lib/vmware/soap/vim25.rb', line 36925

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36929
36930
36931
# File 'lib/vmware/soap/vim25.rb', line 36929

def m__this=(value)
  @v__this = value
end