Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 505 Bytes

V1SoundDevice.md

File metadata and controls

20 lines (14 loc) · 505 Bytes

Kubevirt::V1SoundDevice

Properties

Name Type Description Notes
model String We only support ich9 or ac97. If SoundDevice is not set: No sound card is emulated. If SoundDevice is set but Model is not: ich9 [optional]
name String User's defined name for this sound device [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1SoundDevice.new(
  model: null,
  name: null
)