Class: AutoStartPowerOnRequestType

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

Overview

urn:vim25AutoStartPowerOnRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ AutoStartPowerOnRequestType

Returns a new instance of AutoStartPowerOnRequestType.



37618
37619
37620
# File 'lib/vmware/soap/vim25.rb', line 37618

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

Instance Method Details

#m__thisObject



37610
37611
37612
# File 'lib/vmware/soap/vim25.rb', line 37610

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37614
37615
37616
# File 'lib/vmware/soap/vim25.rb', line 37614

def m__this=(value)
  @v__this = value
end