Package kubevirt.io
Class V1Timer
- java.lang.Object
-
- kubevirt.io.V1Timer
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1Timer extends java.lang.ObjectRepresents all available timers in a vmi.
-
-
Constructor Summary
Constructors Constructor Description V1Timer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)V1HPETTimergetHpet()HPET (High Precision Event Timer) - multiple timers with periodic interrupts.V1HypervTimergetHyperv()Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized).V1KVMTimergetKvm()KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized).V1PITTimergetPit()PIT (Programmable Interval Timer) - a timer with periodic interrupts.V1RTCTimergetRtc()RTC (Real Time Clock) - a continuously running timer with periodic interrupts.inthashCode()V1Timerhpet(V1HPETTimer hpet)V1Timerhyperv(V1HypervTimer hyperv)V1Timerkvm(V1KVMTimer kvm)V1Timerpit(V1PITTimer pit)V1Timerrtc(V1RTCTimer rtc)voidsetHpet(V1HPETTimer hpet)voidsetHyperv(V1HypervTimer hyperv)voidsetKvm(V1KVMTimer kvm)voidsetPit(V1PITTimer pit)voidsetRtc(V1RTCTimer rtc)java.lang.StringtoString()
-
-
-
Method Detail
-
hpet
public V1Timer hpet(V1HPETTimer hpet)
-
getHpet
public V1HPETTimer getHpet()
HPET (High Precision Event Timer) - multiple timers with periodic interrupts.- Returns:
- hpet
-
setHpet
public void setHpet(V1HPETTimer hpet)
-
hyperv
public V1Timer hyperv(V1HypervTimer hyperv)
-
getHyperv
public V1HypervTimer getHyperv()
Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized). For windows guests.- Returns:
- hyperv
-
setHyperv
public void setHyperv(V1HypervTimer hyperv)
-
kvm
public V1Timer kvm(V1KVMTimer kvm)
-
getKvm
public V1KVMTimer getKvm()
KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized). For linux guests.- Returns:
- kvm
-
setKvm
public void setKvm(V1KVMTimer kvm)
-
pit
public V1Timer pit(V1PITTimer pit)
-
getPit
public V1PITTimer getPit()
PIT (Programmable Interval Timer) - a timer with periodic interrupts.- Returns:
- pit
-
setPit
public void setPit(V1PITTimer pit)
-
rtc
public V1Timer rtc(V1RTCTimer rtc)
-
getRtc
public V1RTCTimer getRtc()
RTC (Real Time Clock) - a continuously running timer with periodic interrupts.- Returns:
- rtc
-
setRtc
public void setRtc(V1RTCTimer rtc)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-