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

    Interface V1TLBFlush

    interface V1TLBFlush {
        direct?: V1FeatureState;
        enabled?: boolean;
        extended?: V1FeatureState;
    }
    Index

    Properties

    Direct allows sending the TLB flush command directly to the hypervisor. It can be useful to optimize performance in nested virtualization cases, such as Windows VBS.

    enabled?: boolean

    Enabled determines if the feature should be enabled or disabled on the guest. Defaults to true.

    extended?: V1FeatureState

    Extended allows the guest to execute partial TLB flushes. It can be helpful for general purpose workloads.