Class: VirtualMachineConsolePreferences
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineConsolePreferences
- 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
-
#closeOnPowerOffOrSuspend ⇒ Object
Returns the value of attribute closeOnPowerOffOrSuspend.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enterFullScreenOnPowerOn ⇒ Object
Returns the value of attribute enterFullScreenOnPowerOn.
-
#powerOnWhenOpened ⇒ Object
Returns the value of attribute powerOnWhenOpened.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], powerOnWhenOpened = nil, enterFullScreenOnPowerOn = nil, closeOnPowerOffOrSuspend = nil) ⇒ VirtualMachineConsolePreferences
constructor
A new instance of VirtualMachineConsolePreferences.
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
#closeOnPowerOffOrSuspend ⇒ Object
Returns the value of attribute closeOnPowerOffOrSuspend.
23312 23313 23314 |
# File 'lib/vmware/soap/vim25.rb', line 23312 def closeOnPowerOffOrSuspend @closeOnPowerOffOrSuspend end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23309 23310 23311 |
# File 'lib/vmware/soap/vim25.rb', line 23309 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23308 23309 23310 |
# File 'lib/vmware/soap/vim25.rb', line 23308 def dynamicType @dynamicType end |
#enterFullScreenOnPowerOn ⇒ Object
Returns the value of attribute enterFullScreenOnPowerOn.
23311 23312 23313 |
# File 'lib/vmware/soap/vim25.rb', line 23311 def enterFullScreenOnPowerOn @enterFullScreenOnPowerOn end |
#powerOnWhenOpened ⇒ Object
Returns the value of attribute powerOnWhenOpened.
23310 23311 23312 |
# File 'lib/vmware/soap/vim25.rb', line 23310 def powerOnWhenOpened @powerOnWhenOpened end |