Class: VirtualSoundBlaster16
- Inherits:
-
VirtualSoundCard
- Object
- DynamicData
- VirtualDevice
- VirtualSoundCard
- VirtualSoundBlaster16
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSoundBlaster16
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSoundBlaster16
constructor
A new instance of VirtualSoundBlaster16.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSoundBlaster16
Returns a new instance of VirtualSoundBlaster16.
26771 26772 26773 26774 26775 26776 26777 26778 26779 26780 |
# File 'lib/vmware/soap/vim25.rb', line 26771 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber end |
Instance Attribute Details
permalink #backing ⇒ Object
Returns the value of attribute backing.
26766 26767 26768 |
# File 'lib/vmware/soap/vim25.rb', line 26766 def backing @backing end |
permalink #connectable ⇒ Object
Returns the value of attribute connectable.
26767 26768 26769 |
# File 'lib/vmware/soap/vim25.rb', line 26767 def connectable @connectable end |
permalink #controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26768 26769 26770 |
# File 'lib/vmware/soap/vim25.rb', line 26768 def controllerKey @controllerKey end |
permalink #deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26765 26766 26767 |
# File 'lib/vmware/soap/vim25.rb', line 26765 def deviceInfo @deviceInfo end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26763 26764 26765 |
# File 'lib/vmware/soap/vim25.rb', line 26763 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26762 26763 26764 |
# File 'lib/vmware/soap/vim25.rb', line 26762 def dynamicType @dynamicType end |
permalink #key ⇒ Object
Returns the value of attribute key.
26764 26765 26766 |
# File 'lib/vmware/soap/vim25.rb', line 26764 def key @key end |
permalink #unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26769 26770 26771 |
# File 'lib/vmware/soap/vim25.rb', line 26769 def unitNumber @unitNumber end |