Class V1ClientIPConfig

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ClientIPConfig

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1ClientIPConfig extends Object
ClientIPConfig represents the configurations of Client IP based session affinity.
  • Field Details

  • Constructor Details

    • V1ClientIPConfig

      public V1ClientIPConfig()
  • Method Details

    • getTimeoutSeconds

      public Integer getTimeoutSeconds()
      timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).
      Returns:
      the timeoutSeconds property value
    • setTimeoutSeconds

      public void setTimeoutSeconds(Integer timeoutSeconds)
      Set the timeoutSeconds property value
    • timeoutSeconds

      public V1ClientIPConfig timeoutSeconds(Integer timeoutSeconds)
      Set timeoutSeconds in a chainable fashion.
      Returns:
      The same instance of V1ClientIPConfig for chaining.
    • 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