Class: VirtualSoundBlaster16Option
- Inherits:
-
VirtualSoundCardOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualSoundCardOption
- VirtualSoundBlaster16Option
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSoundBlaster16Option
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) ⇒ VirtualSoundBlaster16Option
constructor
A new instance of VirtualSoundBlaster16Option.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualSoundBlaster16Option
Returns a new instance of VirtualSoundBlaster16Option.
28818 28819 28820 28821 28822 28823 28824 28825 28826 28827 28828 28829 28830 |
# File 'lib/vmware/soap/vim25.rb', line 28818 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.
28811 28812 28813 |
# File 'lib/vmware/soap/vim25.rb', line 28811 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28812 28813 28814 |
# File 'lib/vmware/soap/vim25.rb', line 28812 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28809 28810 28811 |
# File 'lib/vmware/soap/vim25.rb', line 28809 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28810 28811 28812 |
# File 'lib/vmware/soap/vim25.rb', line 28810 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28813 28814 28815 |
# File 'lib/vmware/soap/vim25.rb', line 28813 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28815 28816 28817 |
# File 'lib/vmware/soap/vim25.rb', line 28815 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28807 28808 28809 |
# File 'lib/vmware/soap/vim25.rb', line 28807 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28806 28807 28808 |
# File 'lib/vmware/soap/vim25.rb', line 28806 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28814 28815 28816 |
# File 'lib/vmware/soap/vim25.rb', line 28814 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28816 28817 28818 |
# File 'lib/vmware/soap/vim25.rb', line 28816 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28808 28809 28810 |
# File 'lib/vmware/soap/vim25.rb', line 28808 def type @type end |