Class: VirtualControllerOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualControllerOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualControllerOption
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
devices - IntOption
supportedDevice - SOAP::SOAPString
Direct Known Subclasses
VirtualIDEControllerOption, VirtualPCIControllerOption, VirtualPS2ControllerOption, VirtualSCSIControllerOption, VirtualSIOControllerOption, VirtualUSBControllerOption
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.
-
#devices ⇒ Object
Returns the value of attribute devices.
-
#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.
-
#supportedDevice ⇒ Object
Returns the value of attribute supportedDevice.
-
#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, devices = nil, supportedDevice = []) ⇒ VirtualControllerOption
constructor
A new instance of VirtualControllerOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, devices = nil, supportedDevice = []) ⇒ VirtualControllerOption
Returns a new instance of VirtualControllerOption.
27689 27690 27691 27692 27693 27694 27695 27696 27697 27698 27699 27700 27701 27702 27703 |
# File 'lib/vmware/soap/vim25.rb', line 27689 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, devices = nil, supportedDevice = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay @devices = devices @supportedDevice = supportedDevice end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
27680 27681 27682 |
# File 'lib/vmware/soap/vim25.rb', line 27680 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
27681 27682 27683 |
# File 'lib/vmware/soap/vim25.rb', line 27681 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
27678 27679 27680 |
# File 'lib/vmware/soap/vim25.rb', line 27678 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
27679 27680 27681 |
# File 'lib/vmware/soap/vim25.rb', line 27679 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
27682 27683 27684 |
# File 'lib/vmware/soap/vim25.rb', line 27682 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
27684 27685 27686 |
# File 'lib/vmware/soap/vim25.rb', line 27684 def deprecated @deprecated end |
#devices ⇒ Object
Returns the value of attribute devices.
27686 27687 27688 |
# File 'lib/vmware/soap/vim25.rb', line 27686 def devices @devices end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27676 27677 27678 |
# File 'lib/vmware/soap/vim25.rb', line 27676 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27675 27676 27677 |
# File 'lib/vmware/soap/vim25.rb', line 27675 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
27683 27684 27685 |
# File 'lib/vmware/soap/vim25.rb', line 27683 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
27685 27686 27687 |
# File 'lib/vmware/soap/vim25.rb', line 27685 def plugAndPlay @plugAndPlay end |
#supportedDevice ⇒ Object
Returns the value of attribute supportedDevice.
27687 27688 27689 |
# File 'lib/vmware/soap/vim25.rb', line 27687 def supportedDevice @supportedDevice end |
#type ⇒ Object
Returns the value of attribute type.
27677 27678 27679 |
# File 'lib/vmware/soap/vim25.rb', line 27677 def type @type end |