Package kubevirt.io
Class V1PITTimer
- java.lang.Object
-
- kubevirt.io.V1PITTimer
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1PITTimer extends java.lang.ObjectV1PITTimer
-
-
Constructor Summary
Constructors Constructor Description V1PITTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetTickPolicy()TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest.inthashCode()java.lang.BooleanisPresent()Enabled set to false makes sure that the machine type or a preset can't add the timer.V1PITTimerpresent(java.lang.Boolean present)voidsetPresent(java.lang.Boolean present)voidsetTickPolicy(java.lang.String tickPolicy)V1PITTimertickPolicy(java.lang.String tickPolicy)java.lang.StringtoString()
-
-
-
Method Detail
-
present
public V1PITTimer present(java.lang.Boolean present)
-
isPresent
public java.lang.Boolean 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
public void setPresent(java.lang.Boolean present)
-
tickPolicy
public V1PITTimer tickPolicy(java.lang.String tickPolicy)
-
getTickPolicy
public java.lang.String getTickPolicy()
TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. One of \"delay\", \"catchup\", \"discard\".- Returns:
- tickPolicy
-
setTickPolicy
public void setTickPolicy(java.lang.String tickPolicy)
-
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
-
-