Class: VirtualEnsoniq1371Option
- Inherits:
-
VirtualSoundCardOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualSoundCardOption
- VirtualEnsoniq1371Option
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEnsoniq1371Option
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) ⇒ VirtualEnsoniq1371Option
constructor
A new instance of VirtualEnsoniq1371Option.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualEnsoniq1371Option
Returns a new instance of VirtualEnsoniq1371Option.
28778 28779 28780 28781 28782 28783 28784 28785 28786 28787 28788 28789 28790 |
# File 'lib/vmware/soap/vim25.rb', line 28778 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.
28771 28772 28773 |
# File 'lib/vmware/soap/vim25.rb', line 28771 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28772 28773 28774 |
# File 'lib/vmware/soap/vim25.rb', line 28772 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28769 28770 28771 |
# File 'lib/vmware/soap/vim25.rb', line 28769 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28770 28771 28772 |
# File 'lib/vmware/soap/vim25.rb', line 28770 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28773 28774 28775 |
# File 'lib/vmware/soap/vim25.rb', line 28773 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28775 28776 28777 |
# File 'lib/vmware/soap/vim25.rb', line 28775 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28767 28768 28769 |
# File 'lib/vmware/soap/vim25.rb', line 28767 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28766 28767 28768 |
# File 'lib/vmware/soap/vim25.rb', line 28766 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28774 28775 28776 |
# File 'lib/vmware/soap/vim25.rb', line 28774 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28776 28777 28778 |
# File 'lib/vmware/soap/vim25.rb', line 28776 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28768 28769 28770 |
# File 'lib/vmware/soap/vim25.rb', line 28768 def type @type end |