Uses of Class
kubevirt.io.V1HypervTimer
-
Packages that use V1HypervTimer Package Description kubevirt.io -
-
Uses of V1HypervTimer in kubevirt.io
Fields in kubevirt.io declared as V1HypervTimer Modifier and Type Field Description private V1HypervTimer
V1Timer. hyperv
Methods in kubevirt.io that return V1HypervTimer Modifier and Type Method Description V1HypervTimer
V1Timer. getHyperv()
Hyperv (Hypervclock) - lets guests read the host’s wall clock time (paravirtualized).V1HypervTimer
V1HypervTimer. present(java.lang.Boolean present)
Methods in kubevirt.io with parameters of type V1HypervTimer Modifier and Type Method Description V1Timer
V1Timer. hyperv(V1HypervTimer hyperv)
void
V1Timer. setHyperv(V1HypervTimer hyperv)
-