Class KubeletImageGc

java.lang.Object
com.exoscale.sdk.model.KubeletImageGc

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class KubeletImageGc extends Object
Kubelet image GC options
  • Field Details

  • Constructor Details

    • KubeletImageGc

      public KubeletImageGc()
  • Method Details

    • highThreshold

      public KubeletImageGc highThreshold(Long highThreshold)
    • getHighThreshold

      @Nullable public Long getHighThreshold()
      Get highThreshold minimum: 0
      Returns:
      highThreshold
    • setHighThreshold

      public void setHighThreshold(Long highThreshold)
    • lowThreshold

      public KubeletImageGc lowThreshold(Long lowThreshold)
    • getLowThreshold

      @Nullable public Long getLowThreshold()
      Get lowThreshold minimum: 0
      Returns:
      lowThreshold
    • setLowThreshold

      public void setLowThreshold(Long lowThreshold)
    • minAge

      public KubeletImageGc minAge(String minAge)
    • getMinAge

      @Nullable public String getMinAge()
      Get minAge
      Returns:
      minAge
    • setMinAge

      public void setMinAge(String minAge)
    • equals

      public boolean equals(Object o)
      Return true if this kubelet-image-gc object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

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

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string