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