Class: PowerOnVMRequestType
- Inherits:
-
Object
- Object
- PowerOnVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PowerOnVMRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil) ⇒ PowerOnVMRequestType
constructor
A new instance of PowerOnVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil) ⇒ PowerOnVMRequestType
Returns a new instance of PowerOnVMRequestType.
36836 36837 36838 36839 |
# File 'lib/vmware/soap/vim25.rb', line 36836 def initialize(v__this = nil, host = nil) @v__this = v__this @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
36826 36827 36828 |
# File 'lib/vmware/soap/vim25.rb', line 36826 def host @host end |
Instance Method Details
#m__this ⇒ Object
36828 36829 36830 |
# File 'lib/vmware/soap/vim25.rb', line 36828 def m__this @v__this end |
#m__this=(value) ⇒ Object
36832 36833 36834 |
# File 'lib/vmware/soap/vim25.rb', line 36832 def m__this=(value) @v__this = value end |