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

    Interface V1RTCTimer

    interface V1RTCTimer {
        present?: boolean;
        tickPolicy?: string;
        track?: 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".

    track?: string

    Track the guest or the wall clock.