Class: VirtualSoundCardOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualSoundCardOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSoundCardOption
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
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) ⇒ VirtualSoundCardOption
constructor
A new instance of VirtualSoundCardOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualSoundCardOption
Returns a new instance of VirtualSoundCardOption.
28738 28739 28740 28741 28742 28743 28744 28745 28746 28747 28748 28749 28750 |
# File 'lib/vmware/soap/vim25.rb', line 28738 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.
28731 28732 28733 |
# File 'lib/vmware/soap/vim25.rb', line 28731 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28732 28733 28734 |
# File 'lib/vmware/soap/vim25.rb', line 28732 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28729 28730 28731 |
# File 'lib/vmware/soap/vim25.rb', line 28729 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28730 28731 28732 |
# File 'lib/vmware/soap/vim25.rb', line 28730 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28733 28734 28735 |
# File 'lib/vmware/soap/vim25.rb', line 28733 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28735 28736 28737 |
# File 'lib/vmware/soap/vim25.rb', line 28735 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28727 28728 28729 |
# File 'lib/vmware/soap/vim25.rb', line 28727 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28726 28727 28728 |
# File 'lib/vmware/soap/vim25.rb', line 28726 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28734 28735 28736 |
# File 'lib/vmware/soap/vim25.rb', line 28734 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28736 28737 28738 |
# File 'lib/vmware/soap/vim25.rb', line 28736 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28728 28729 28730 |
# File 'lib/vmware/soap/vim25.rb', line 28728 def type @type end |