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

    Interface V1CPUFeature

    CPUFeature allows specifying a CPU feature.

    interface V1CPUFeature {
        name: string;
        policy?: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the CPU feature

    ""
    
    policy?: string

    Policy is the CPU feature attribute which can have the following attributes: force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. disable - The feature will not be supported by virtual CPU. forbid - Guest creation will fail if the feature is supported by host CPU. Defaults to require