Class: VirtualSoundCard

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

VirtualEnsoniq1371, VirtualSoundBlaster16

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) ⇒ 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

#backingObject

Returns the value of attribute backing.



26704
26705
26706
# File 'lib/vmware/soap/vim25.rb', line 26704

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26705
26706
26707
# File 'lib/vmware/soap/vim25.rb', line 26705

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26706
26707
26708
# File 'lib/vmware/soap/vim25.rb', line 26706

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26703
26704
26705
# File 'lib/vmware/soap/vim25.rb', line 26703

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26701
26702
26703
# File 'lib/vmware/soap/vim25.rb', line 26701

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26700
26701
26702
# File 'lib/vmware/soap/vim25.rb', line 26700

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26702
26703
26704
# File 'lib/vmware/soap/vim25.rb', line 26702

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26707
26708
26709
# File 'lib/vmware/soap/vim25.rb', line 26707

def unitNumber
  @unitNumber
end