Package kubevirt.io
Class V1HPETTimer
java.lang.Object
kubevirt.io.V1HPETTimer
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1HPETTimer
extends Object
V1HPETTimer
-
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.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) tickPolicy(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
-
-
Constructor Details
-
V1HPETTimer
public V1HPETTimer()
-
-
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\", \"merge\", \"discard\".- Returns:
- tickPolicy
-
setTickPolicy
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-