Class: AutoStartPowerOffRequestType

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

Overview

urn:vim25AutoStartPowerOffRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ AutoStartPowerOffRequestType

Returns a new instance of AutoStartPowerOffRequestType.



37634
37635
37636
# File 'lib/vmware/soap/vim25.rb', line 37634

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

Instance Method Details

#m__thisObject



37626
37627
37628
# File 'lib/vmware/soap/vim25.rb', line 37626

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37630
37631
37632
# File 'lib/vmware/soap/vim25.rb', line 37630

def m__this=(value)
  @v__this = value
end