Class: ShutdownHostRequestType
- Inherits:
-
Object
- Object
- ShutdownHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ShutdownHostRequestType
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) ⇒ ShutdownHostRequestType
constructor
A new instance of ShutdownHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, force = nil) ⇒ ShutdownHostRequestType
Returns a new instance of ShutdownHostRequestType.
34990 34991 34992 34993 |
# File 'lib/vmware/soap/vim25.rb', line 34990 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.
34980 34981 34982 |
# File 'lib/vmware/soap/vim25.rb', line 34980 def force @force end |
Instance Method Details
#m__this ⇒ Object
34982 34983 34984 |
# File 'lib/vmware/soap/vim25.rb', line 34982 def m__this @v__this end |
#m__this=(value) ⇒ Object
34986 34987 34988 |
# File 'lib/vmware/soap/vim25.rb', line 34986 def m__this=(value) @v__this = value end |