Class: VirtualKeyboardOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualKeyboardOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualKeyboardOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
-
#backingOption ⇒ Object
Returns the value of attribute backingOption.
-
#connectOption ⇒ Object
Returns the value of attribute connectOption.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
-
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualKeyboardOption
constructor
A new instance of VirtualKeyboardOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualKeyboardOption
Returns a new instance of VirtualKeyboardOption.
28535 28536 28537 28538 28539 28540 28541 28542 28543 28544 28545 28546 28547 |
# File 'lib/vmware/soap/vim25.rb', line 28535 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28528 28529 28530 |
# File 'lib/vmware/soap/vim25.rb', line 28528 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28529 28530 28531 |
# File 'lib/vmware/soap/vim25.rb', line 28529 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28526 28527 28528 |
# File 'lib/vmware/soap/vim25.rb', line 28526 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28527 28528 28529 |
# File 'lib/vmware/soap/vim25.rb', line 28527 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28530 28531 28532 |
# File 'lib/vmware/soap/vim25.rb', line 28530 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28532 28533 28534 |
# File 'lib/vmware/soap/vim25.rb', line 28532 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28524 28525 28526 |
# File 'lib/vmware/soap/vim25.rb', line 28524 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28523 28524 28525 |
# File 'lib/vmware/soap/vim25.rb', line 28523 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28531 28532 28533 |
# File 'lib/vmware/soap/vim25.rb', line 28531 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28533 28534 28535 |
# File 'lib/vmware/soap/vim25.rb', line 28533 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28525 28526 28527 |
# File 'lib/vmware/soap/vim25.rb', line 28525 def type @type end |