Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ClientIPConfig
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TIMEOUT_SECONDS
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ClientIPConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetTimeoutSeconds()timeoutSeconds specifies the seconds of ClientIP type session sticky time.inthashCode()voidsetTimeoutSeconds(Integer timeoutSeconds)IoK8sApiCoreV1ClientIPConfigtimeoutSeconds(Integer timeoutSeconds)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_TIMEOUT_SECONDS
public static final String JSON_PROPERTY_TIMEOUT_SECONDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
timeoutSeconds
public IoK8sApiCoreV1ClientIPConfig timeoutSeconds(Integer timeoutSeconds)
-
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)
-
-