Class: PowerUpHostFromStandByRequestType
- Inherits:
-
Object
- Object
- PowerUpHostFromStandByRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PowerUpHostFromStandByRequestType
m__this - ManagedObjectReference
timeoutSec - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#timeoutSec ⇒ Object
Returns the value of attribute timeoutSec.
Instance Method Summary collapse
-
#initialize(v__this = nil, timeoutSec = nil) ⇒ PowerUpHostFromStandByRequestType
constructor
A new instance of PowerUpHostFromStandByRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, timeoutSec = nil) ⇒ PowerUpHostFromStandByRequestType
Returns a new instance of PowerUpHostFromStandByRequestType.
35033 35034 35035 35036 |
# File 'lib/vmware/soap/vim25.rb', line 35033 def initialize(v__this = nil, timeoutSec = nil) @v__this = v__this @timeoutSec = timeoutSec end |
Instance Attribute Details
#timeoutSec ⇒ Object
Returns the value of attribute timeoutSec.
35023 35024 35025 |
# File 'lib/vmware/soap/vim25.rb', line 35023 def timeoutSec @timeoutSec end |
Instance Method Details
#m__this ⇒ Object
35025 35026 35027 |
# File 'lib/vmware/soap/vim25.rb', line 35025 def m__this @v__this end |
#m__this=(value) ⇒ Object
35029 35030 35031 |
# File 'lib/vmware/soap/vim25.rb', line 35029 def m__this=(value) @v__this = value end |