Class: VirtualEnsoniq1371
- Inherits:
-
VirtualSoundCard
- Object
- DynamicData
- VirtualDevice
- VirtualSoundCard
- VirtualEnsoniq1371
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEnsoniq1371
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) ⇒ VirtualEnsoniq1371
constructor
A new instance of VirtualEnsoniq1371.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualEnsoniq1371
Returns a new instance of VirtualEnsoniq1371.
26740 26741 26742 26743 26744 26745 26746 26747 26748 26749 |
# File 'lib/vmware/soap/vim25.rb', line 26740 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.
26735 26736 26737 |
# File 'lib/vmware/soap/vim25.rb', line 26735 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26736 26737 26738 |
# File 'lib/vmware/soap/vim25.rb', line 26736 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26737 26738 26739 |
# File 'lib/vmware/soap/vim25.rb', line 26737 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26734 26735 26736 |
# File 'lib/vmware/soap/vim25.rb', line 26734 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26732 26733 26734 |
# File 'lib/vmware/soap/vim25.rb', line 26732 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26731 26732 26733 |
# File 'lib/vmware/soap/vim25.rb', line 26731 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26733 26734 26735 |
# File 'lib/vmware/soap/vim25.rb', line 26733 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26738 26739 26740 |
# File 'lib/vmware/soap/vim25.rb', line 26738 def unitNumber @unitNumber end |