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

    Interface V1VGPUDisplayOptions

    interface V1VGPUDisplayOptions {
        enabled?: boolean;
        ramFB?: V1FeatureState;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Enabled determines if a display addapter backed by a vGPU should be enabled or disabled on the guest. Defaults to true.

    Enables a boot framebuffer, until the guest OS loads a real GPU driver Defaults to true.