Class: VirtualDeviceOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceOption
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
Direct Known Subclasses
VirtualCdromOption, VirtualControllerOption, VirtualDiskOption, VirtualEthernetCardOption, VirtualFloppyOption, VirtualKeyboardOption, VirtualParallelPortOption, VirtualPointingDeviceOption, VirtualSCSIPassthroughOption, VirtualSerialPortOption, VirtualSoundCardOption, VirtualUSBOption, VirtualVMIROMOption, VirtualVideoCardOption
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) ⇒ VirtualDeviceOption
constructor
A new instance of VirtualDeviceOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualDeviceOption
Returns a new instance of VirtualDeviceOption.
27605 27606 27607 27608 27609 27610 27611 27612 27613 27614 27615 27616 27617 |
# File 'lib/vmware/soap/vim25.rb', line 27605 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.
27598 27599 27600 |
# File 'lib/vmware/soap/vim25.rb', line 27598 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
27599 27600 27601 |
# File 'lib/vmware/soap/vim25.rb', line 27599 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
27596 27597 27598 |
# File 'lib/vmware/soap/vim25.rb', line 27596 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
27597 27598 27599 |
# File 'lib/vmware/soap/vim25.rb', line 27597 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
27600 27601 27602 |
# File 'lib/vmware/soap/vim25.rb', line 27600 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
27602 27603 27604 |
# File 'lib/vmware/soap/vim25.rb', line 27602 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27594 27595 27596 |
# File 'lib/vmware/soap/vim25.rb', line 27594 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27593 27594 27595 |
# File 'lib/vmware/soap/vim25.rb', line 27593 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
27601 27602 27603 |
# File 'lib/vmware/soap/vim25.rb', line 27601 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
27603 27604 27605 |
# File 'lib/vmware/soap/vim25.rb', line 27603 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
27595 27596 27597 |
# File 'lib/vmware/soap/vim25.rb', line 27595 def type @type end |