Class: VirtualUSBOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualUSBOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualUSBOption
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) ⇒ VirtualUSBOption
constructor
A new instance of VirtualUSBOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualUSBOption
Returns a new instance of VirtualUSBOption.
28858 28859 28860 28861 28862 28863 28864 28865 28866 28867 28868 28869 28870 |
# File 'lib/vmware/soap/vim25.rb', line 28858 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.
28851 28852 28853 |
# File 'lib/vmware/soap/vim25.rb', line 28851 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28852 28853 28854 |
# File 'lib/vmware/soap/vim25.rb', line 28852 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28849 28850 28851 |
# File 'lib/vmware/soap/vim25.rb', line 28849 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28850 28851 28852 |
# File 'lib/vmware/soap/vim25.rb', line 28850 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28853 28854 28855 |
# File 'lib/vmware/soap/vim25.rb', line 28853 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28855 28856 28857 |
# File 'lib/vmware/soap/vim25.rb', line 28855 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28847 28848 28849 |
# File 'lib/vmware/soap/vim25.rb', line 28847 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28846 28847 28848 |
# File 'lib/vmware/soap/vim25.rb', line 28846 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28854 28855 28856 |
# File 'lib/vmware/soap/vim25.rb', line 28854 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28856 28857 28858 |
# File 'lib/vmware/soap/vim25.rb', line 28856 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28848 28849 28850 |
# File 'lib/vmware/soap/vim25.rb', line 28848 def type @type end |