Class IoK8sApiCoreV1ClientIPConfig


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1ClientIPConfig
    extends Object
    ClientIPConfig represents the configurations of Client IP based session affinity.
    • Constructor Detail

      • IoK8sApiCoreV1ClientIPConfig

        public IoK8sApiCoreV1ClientIPConfig()
    • Method Detail

      • getTimeoutSeconds

        @Nullable
        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:
        timeoutSeconds
      • setTimeoutSeconds

        public void setTimeoutSeconds​(Integer timeoutSeconds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object