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 Object
Represents all available timers in a vmi.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate V1HPETTimerprivate V1HypervTimerprivate V1KVMTimerprivate V1PITTimerprivate V1RTCTimer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHpet()HPET (High Precision Event Timer) - multiple timers with periodic interrupts.Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized).getKvm()KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized).getPit()PIT (Programmable Interval Timer) - a timer with periodic interrupts.getRtc()RTC (Real Time Clock) - a continuously running timer with periodic interrupts.inthashCode()hpet(V1HPETTimer hpet) hyperv(V1HypervTimer hyperv) kvm(V1KVMTimer kvm) pit(V1PITTimer pit) rtc(V1RTCTimer rtc) voidsetHpet(V1HPETTimer hpet) voidsetHyperv(V1HypervTimer hyperv) voidsetKvm(V1KVMTimer kvm) voidsetPit(V1PITTimer pit) voidsetRtc(V1RTCTimer rtc) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
hpet
-
hyperv
-
kvm
-
pit
-
rtc
-
-
Constructor Details
-
V1Timer
public V1Timer()
-
-
Method Details
-
hpet
-
getHpet
HPET (High Precision Event Timer) - multiple timers with periodic interrupts.- Returns:
- hpet
-
setHpet
-
hyperv
-
getHyperv
Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized). For windows guests.- Returns:
- hyperv
-
setHyperv
-
kvm
-
getKvm
KVM (KVM clock) - lets guests read the host’s wall clock time (paravirtualized). For linux guests.- Returns:
- kvm
-
setKvm
-
pit
-
getPit
PIT (Programmable Interval Timer) - a timer with periodic interrupts.- Returns:
- pit
-
setPit
-
rtc
-
getRtc
RTC (Real Time Clock) - a continuously running timer with periodic interrupts.- Returns:
- rtc
-
setRtc
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-