@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1SoundDevice

    Represents the user's configuration to emulate sound cards in the VMI.

    interface V1SoundDevice {
        model?: string;
        name: string;
    }
    Index

    Properties

    Properties

    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

    name: string

    User's defined name for this sound device

    ""