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

    Interface V1FeatureAPIC

    interface V1FeatureAPIC {
        enabled?: boolean;
        endOfInterrupt?: boolean;
    }
    Index

    Properties

    enabled?: boolean

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

    endOfInterrupt?: boolean

    EndOfInterrupt enables the end of interrupt notification in the guest. Defaults to false.