Class: AutoStartPowerOffRequestType
- Inherits:
-
Object
- Object
- AutoStartPowerOffRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AutoStartPowerOffRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ AutoStartPowerOffRequestType
constructor
A new instance of AutoStartPowerOffRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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__this ⇒ Object
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 |