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 Details

    • present

      private Boolean present
    • tickPolicy

      private String tickPolicy
    • track

      private String track
  • Constructor Details

    • V1RTCTimer

      public V1RTCTimer()
  • Method Details

    • present

      public V1RTCTimer present(Boolean present)
    • isPresent

      public 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(Boolean present)
    • tickPolicy

      public V1RTCTimer tickPolicy(String tickPolicy)
    • getTickPolicy

      public String getTickPolicy()
      TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. One of \"delay\", \"catchup\".
      Returns:
      tickPolicy
    • setTickPolicy

      public void setTickPolicy(String tickPolicy)
    • track

      public V1RTCTimer track(String track)
    • getTrack

      public String getTrack()
      Track the guest or the wall clock.
      Returns:
      track
    • setTrack

      public void setTrack(String track)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).