Class: VirtualSoundCard
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualSoundCard
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSoundCard
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
Direct Known Subclasses
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) ⇒ VirtualSoundCard
constructor
A new instance of VirtualSoundCard.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSoundCard
Returns a new instance of VirtualSoundCard.
26709 26710 26711 26712 26713 26714 26715 26716 26717 26718 |
# File 'lib/vmware/soap/vim25.rb', line 26709 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
#backing ⇒ Object
Returns the value of attribute backing.
26704 26705 26706 |
# File 'lib/vmware/soap/vim25.rb', line 26704 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26705 26706 26707 |
# File 'lib/vmware/soap/vim25.rb', line 26705 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26706 26707 26708 |
# File 'lib/vmware/soap/vim25.rb', line 26706 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26703 26704 26705 |
# File 'lib/vmware/soap/vim25.rb', line 26703 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26701 26702 26703 |
# File 'lib/vmware/soap/vim25.rb', line 26701 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26700 26701 26702 |
# File 'lib/vmware/soap/vim25.rb', line 26700 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26702 26703 26704 |
# File 'lib/vmware/soap/vim25.rb', line 26702 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26707 26708 26709 |
# File 'lib/vmware/soap/vim25.rb', line 26707 def unitNumber @unitNumber end |