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

    Interface V1MediatedDevicesConfiguration

    MediatedDevicesConfiguration holds information about MDEV types to be defined, if available

    interface V1MediatedDevicesConfiguration {
        enabled?: boolean;
        mediatedDevicesTypes?: string[];
        mediatedDeviceTypes?: string[];
        nodeMediatedDeviceTypes?: V1NodeMediatedDeviceTypesConfig[];
    }
    Index

    Properties

    enabled?: boolean

    Enable the creation and removal of mediated devices by virt-handler Replaces the deprecated DisableMDEVConfiguration feature gate Defaults to true

    mediatedDevicesTypes?: string[]

    Deprecated. Use mediatedDeviceTypes instead.

    mediatedDeviceTypes?: string[]
    nodeMediatedDeviceTypes?: V1NodeMediatedDeviceTypesConfig[]