Class: RebootHostRequestType
- Inherits:
-
Object
- Object
- RebootHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RebootHostRequestType
m__this - ManagedObjectReference
force - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#force ⇒ Object
Returns the value of attribute force.
Instance Method Summary collapse
-
#initialize(v__this = nil, force = nil) ⇒ RebootHostRequestType
constructor
A new instance of RebootHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, force = nil) ⇒ RebootHostRequestType
Returns a new instance of RebootHostRequestType.
34970 34971 34972 34973 |
# File 'lib/vmware/soap/vim25.rb', line 34970 def initialize(v__this = nil, force = nil) @v__this = v__this @force = force end |
Instance Attribute Details
#force ⇒ Object
Returns the value of attribute force.
34960 34961 34962 |
# File 'lib/vmware/soap/vim25.rb', line 34960 def force @force end |
Instance Method Details
#m__this ⇒ Object
34962 34963 34964 |
# File 'lib/vmware/soap/vim25.rb', line 34962 def m__this @v__this end |
#m__this=(value) ⇒ Object
34966 34967 34968 |
# File 'lib/vmware/soap/vim25.rb', line 34966 def m__this=(value) @v__this = value end |