Package kubevirt.io

Class V1HPETTimer


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1HPETTimer
    extends java.lang.Object
    V1HPETTimer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Boolean present  
      private java.lang.String tickPolicy  
    • Constructor Summary

      Constructors 
      Constructor Description
      V1HPETTimer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getTickPolicy()
      TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest.
      int hashCode()  
      java.lang.Boolean isPresent()
      Enabled set to false makes sure that the machine type or a preset can't add the timer.
      V1HPETTimer present​(java.lang.Boolean present)  
      void setPresent​(java.lang.Boolean present)  
      void setTickPolicy​(java.lang.String tickPolicy)  
      V1HPETTimer tickPolicy​(java.lang.String tickPolicy)  
      private java.lang.String toIndentedString​(java.lang.Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • present

        private java.lang.Boolean present
      • tickPolicy

        private java.lang.String tickPolicy
    • Constructor Detail

      • V1HPETTimer

        public V1HPETTimer()
    • Method Detail

      • present

        public V1HPETTimer 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 V1HPETTimer 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\", \"merge\", \"discard\".
        Returns:
        tickPolicy
      • setTickPolicy

        public void setTickPolicy​(java.lang.String tickPolicy)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

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