Class: VirtualSoundBlaster16

Inherits:
VirtualSoundCard show all
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

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSoundBlaster16

Returns a new instance of VirtualSoundBlaster16.

[View source]

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

#backingObject

Returns the value of attribute backing.


26766
26767
26768
# File 'lib/vmware/soap/vim25.rb', line 26766

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.


26767
26768
26769
# File 'lib/vmware/soap/vim25.rb', line 26767

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.


26768
26769
26770
# File 'lib/vmware/soap/vim25.rb', line 26768

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.


26765
26766
26767
# File 'lib/vmware/soap/vim25.rb', line 26765

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


26763
26764
26765
# File 'lib/vmware/soap/vim25.rb', line 26763

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


26762
26763
26764
# File 'lib/vmware/soap/vim25.rb', line 26762

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.


26764
26765
26766
# File 'lib/vmware/soap/vim25.rb', line 26764

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.


26769
26770
26771
# File 'lib/vmware/soap/vim25.rb', line 26769

def unitNumber
  @unitNumber
end