Package kubevirt.io

Class V1Timer


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1Timer
    extends java.lang.Object
    Represents all available timers in a vmi.
    • Constructor Detail

      • V1Timer

        public V1Timer()
    • Method Detail

      • getHpet

        public V1HPETTimer getHpet()
        HPET (High Precision Event Timer) - multiple timers with periodic interrupts.
        Returns:
        hpet
      • getHyperv

        public V1HypervTimer getHyperv()
        Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized). For windows guests.
        Returns:
        hyperv
      • getKvm

        public V1KVMTimer getKvm()
        KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized). For linux guests.
        Returns:
        kvm
      • getPit

        public V1PITTimer getPit()
        PIT (Programmable Interval Timer) - a timer with periodic interrupts.
        Returns:
        pit
      • getRtc

        public V1RTCTimer getRtc()
        RTC (Real Time Clock) - a continuously running timer with periodic interrupts.
        Returns:
        rtc
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object