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

    Interface V1beta1DevicePreferences

    DevicePreferences contains various optional Device preferences.

    interface V1beta1DevicePreferences {
        preferredAutoattachGraphicsDevice?: boolean;
        preferredAutoattachInputDevice?: boolean;
        preferredAutoattachMemBalloon?: boolean;
        preferredAutoattachPodInterface?: boolean;
        preferredAutoattachSerialConsole?: boolean;
        preferredBlockMultiQueue?: boolean;
        preferredCdromBus?: string;
        preferredDisableHotplug?: boolean;
        preferredDiskBlockSize?: V1BlockSize;
        preferredDiskBus?: string;
        preferredDiskCache?: string;
        preferredDiskDedicatedIoThread?: boolean;
        preferredDiskIO?: string;
        preferredInputBus?: string;
        preferredInputType?: string;
        preferredInterfaceMasquerade?: object;
        preferredInterfaceModel?: string;
        preferredLunBus?: string;
        preferredNetworkInterfaceMultiQueue?: boolean;
        preferredPanicDeviceModel?: string;
        preferredRng?: object;
        preferredSoundModel?: string;
        preferredTPM?: V1TPMDevice;
        preferredUseVirtioTransitional?: boolean;
        preferredVideoType?: string;
        preferredVirtualGPUOptions?: V1VGPUOptions;
    }
    Index

    Properties

    preferredAutoattachGraphicsDevice?: boolean

    PreferredAutoattachGraphicsDevice optionally defines the preferred value of AutoattachGraphicsDevice

    preferredAutoattachInputDevice?: boolean

    PreferredAutoattachInputDevice optionally defines the preferred value of AutoattachInputDevice

    preferredAutoattachMemBalloon?: boolean

    PreferredAutoattachMemBalloon optionally defines the preferred value of AutoattachMemBalloon

    preferredAutoattachPodInterface?: boolean

    PreferredAutoattachPodInterface optionally defines the preferred value of AutoattachPodInterface

    preferredAutoattachSerialConsole?: boolean

    PreferredAutoattachSerialConsole optionally defines the preferred value of AutoattachSerialConsole

    preferredBlockMultiQueue?: boolean

    PreferredBlockMultiQueue optionally enables the vhost multiqueue feature for virtio disks.

    preferredCdromBus?: string

    PreferredCdromBus optionally defines the preferred bus for Cdrom Disk devices.

    preferredDisableHotplug?: boolean

    PreferredDisableHotplug optionally defines the preferred value of DisableHotplug

    preferredDiskBlockSize?: V1BlockSize

    PreferredBlockSize optionally defines the block size of Disk devices.

    preferredDiskBus?: string

    PreferredDiskBus optionally defines the preferred bus for Disk Disk devices.

    preferredDiskCache?: string

    PreferredCache optionally defines the DriverCache to be used by Disk devices.

    preferredDiskDedicatedIoThread?: boolean

    PreferredDedicatedIoThread optionally enables dedicated IO threads for Disk devices using the virtio bus.

    preferredDiskIO?: string

    PreferredIo optionally defines the QEMU disk IO mode to be used by Disk devices.

    preferredInputBus?: string

    PreferredInputBus optionally defines the preferred bus for Input devices.

    preferredInputType?: string

    PreferredInputType optionally defines the preferred type for Input devices.

    preferredInterfaceMasquerade?: object

    PreferredInterfaceMasquerade optionally defines the preferred masquerade configuration to use with each network interface.

    preferredInterfaceModel?: string

    PreferredInterfaceModel optionally defines the preferred model to be used by Interface devices.

    preferredLunBus?: string

    PreferredLunBus optionally defines the preferred bus for Lun Disk devices.

    preferredNetworkInterfaceMultiQueue?: boolean

    PreferredNetworkInterfaceMultiQueue optionally enables the vhost multiqueue feature for virtio interfaces.

    preferredPanicDeviceModel?: string

    PreferredPanicDeviceModel optionally defines the preferred panic device model to use with panic devices.

    preferredRng?: object

    PreferredRng optionally defines the preferred rng device to be used.

    preferredSoundModel?: string

    PreferredSoundModel optionally defines the preferred model for Sound devices.

    preferredTPM?: V1TPMDevice

    PreferredTPM optionally defines the preferred TPM device to be used.

    preferredUseVirtioTransitional?: boolean

    PreferredUseVirtioTransitional optionally defines the preferred value of UseVirtioTransitional

    preferredVideoType?: string

    PreferredVideoType optionally defines the preferred type for Video devices.

    preferredVirtualGPUOptions?: V1VGPUOptions

    PreferredVirtualGPUOptions optionally defines the preferred value of VirtualGPUOptions