Class: PowerDownHostToStandByRequestType
- Inherits:
-
Object
- Object
- PowerDownHostToStandByRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PowerDownHostToStandByRequestType
m__this - ManagedObjectReference
timeoutSec - SOAP::SOAPInt
evacuatePoweredOffVms - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#evacuatePoweredOffVms ⇒ Object
Returns the value of attribute evacuatePoweredOffVms.
-
#timeoutSec ⇒ Object
Returns the value of attribute timeoutSec.
Instance Method Summary collapse
-
#initialize(v__this = nil, timeoutSec = nil, evacuatePoweredOffVms = nil) ⇒ PowerDownHostToStandByRequestType
constructor
A new instance of PowerDownHostToStandByRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, timeoutSec = nil, evacuatePoweredOffVms = nil) ⇒ PowerDownHostToStandByRequestType
Returns a new instance of PowerDownHostToStandByRequestType.
35012 35013 35014 35015 35016 |
# File 'lib/vmware/soap/vim25.rb', line 35012 def initialize(v__this = nil, timeoutSec = nil, evacuatePoweredOffVms = nil) @v__this = v__this @timeoutSec = timeoutSec @evacuatePoweredOffVms = evacuatePoweredOffVms end |
Instance Attribute Details
#evacuatePoweredOffVms ⇒ Object
Returns the value of attribute evacuatePoweredOffVms.
35002 35003 35004 |
# File 'lib/vmware/soap/vim25.rb', line 35002 def evacuatePoweredOffVms @evacuatePoweredOffVms end |
#timeoutSec ⇒ Object
Returns the value of attribute timeoutSec.
35001 35002 35003 |
# File 'lib/vmware/soap/vim25.rb', line 35001 def timeoutSec @timeoutSec end |
Instance Method Details
#m__this ⇒ Object
35004 35005 35006 |
# File 'lib/vmware/soap/vim25.rb', line 35004 def m__this @v__this end |
#m__this=(value) ⇒ Object
35008 35009 35010 |
# File 'lib/vmware/soap/vim25.rb', line 35008 def m__this=(value) @v__this = value end |