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

    Interface V1PITTimer

    interface V1PITTimer {
        present?: boolean;
        tickPolicy?: string;
    }
    Index

    Properties

    present?: boolean

    Enabled set to false makes sure that the machine type or a preset can't add the timer. Defaults to true.

    tickPolicy?: string

    TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. One of "delay", "catchup", "discard".