Class: VirtualSoundCardDeviceBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualSoundCardDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSoundCardDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSoundCardDeviceBackingOption
constructor
A new instance of VirtualSoundCardDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSoundCardDeviceBackingOption
Returns a new instance of VirtualSoundCardDeviceBackingOption.
27436 27437 27438 27439 27440 27441 |
# File 'lib/vmware/soap/vim25.rb', line 27436 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27434 27435 27436 |
# File 'lib/vmware/soap/vim25.rb', line 27434 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27432 27433 27434 |
# File 'lib/vmware/soap/vim25.rb', line 27432 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27431 27432 27433 |
# File 'lib/vmware/soap/vim25.rb', line 27431 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27433 27434 27435 |
# File 'lib/vmware/soap/vim25.rb', line 27433 def type @type end |