Class: PowerUpHostFromStandByRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PowerUpHostFromStandByRequestType

m__this - ManagedObjectReference
timeoutSec - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#timeoutSecObject

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__thisObject



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