Class: VirtualMachineConsolePreferences

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

Overview

urn:vim25VirtualMachineConsolePreferences

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
powerOnWhenOpened - SOAP::SOAPBoolean
enterFullScreenOnPowerOn - SOAP::SOAPBoolean
closeOnPowerOffOrSuspend - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], powerOnWhenOpened = nil, enterFullScreenOnPowerOn = nil, closeOnPowerOffOrSuspend = nil) ⇒ VirtualMachineConsolePreferences

Returns a new instance of VirtualMachineConsolePreferences.



23314
23315
23316
23317
23318
23319
23320
# File 'lib/vmware/soap/vim25.rb', line 23314

def initialize(dynamicType = nil, dynamicProperty = [], powerOnWhenOpened = nil, enterFullScreenOnPowerOn = nil, closeOnPowerOffOrSuspend = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @powerOnWhenOpened = powerOnWhenOpened
  @enterFullScreenOnPowerOn = enterFullScreenOnPowerOn
  @closeOnPowerOffOrSuspend = closeOnPowerOffOrSuspend
end

Instance Attribute Details

#closeOnPowerOffOrSuspendObject

Returns the value of attribute closeOnPowerOffOrSuspend.



23312
23313
23314
# File 'lib/vmware/soap/vim25.rb', line 23312

def closeOnPowerOffOrSuspend
  @closeOnPowerOffOrSuspend
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23309
23310
23311
# File 'lib/vmware/soap/vim25.rb', line 23309

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23308
23309
23310
# File 'lib/vmware/soap/vim25.rb', line 23308

def dynamicType
  @dynamicType
end

#enterFullScreenOnPowerOnObject

Returns the value of attribute enterFullScreenOnPowerOn.



23311
23312
23313
# File 'lib/vmware/soap/vim25.rb', line 23311

def enterFullScreenOnPowerOn
  @enterFullScreenOnPowerOn
end

#powerOnWhenOpenedObject

Returns the value of attribute powerOnWhenOpened.



23310
23311
23312
# File 'lib/vmware/soap/vim25.rb', line 23310

def powerOnWhenOpened
  @powerOnWhenOpened
end