Class: PowerDownHostToStandByRequestType

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

Overview

urn:vim25PowerDownHostToStandByRequestType

m__this - ManagedObjectReference
timeoutSec - SOAP::SOAPInt
evacuatePoweredOffVms - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#evacuatePoweredOffVmsObject

Returns the value of attribute evacuatePoweredOffVms.



35002
35003
35004
# File 'lib/vmware/soap/vim25.rb', line 35002

def evacuatePoweredOffVms
  @evacuatePoweredOffVms
end

#timeoutSecObject

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__thisObject



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