Package kubevirt.io
Class V1RTCTimer
java.lang.Object
kubevirt.io.V1RTCTimer
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1RTCTimer
extends Object
V1RTCTimer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest.getTrack()Track the guest or the wall clock.inthashCode()Enabled set to false makes sure that the machine type or a preset can't add the timer.voidsetPresent(Boolean present) voidsetTickPolicy(String tickPolicy) voidtickPolicy(String tickPolicy) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
present
-
tickPolicy
-
track
-
-
Constructor Details
-
V1RTCTimer
public V1RTCTimer()
-
-
Method Details
-
present
-
isPresent
Enabled set to false makes sure that the machine type or a preset can't add the timer. Defaults to true. +optional- Returns:
- present
-
setPresent
-
tickPolicy
-
getTickPolicy
TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. One of \"delay\", \"catchup\".- Returns:
- tickPolicy
-
setTickPolicy
-
track
-
getTrack
Track the guest or the wall clock.- Returns:
- track
-
setTrack
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-