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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
timeoutSeconds specifies the seconds of ClientIP type session sticky time.int
hashCode()
void
setTimeoutSeconds
(Integer timeoutSeconds) Set the timeoutSeconds property valuetimeoutSeconds
(Integer timeoutSeconds) Set timeoutSeconds in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_TIMEOUT_SECONDS
- See Also:
-
-
Constructor Details
-
V1ClientIPConfig
public V1ClientIPConfig()
-
-
Method Details
-
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
Set the timeoutSeconds property value -
timeoutSeconds
Set timeoutSeconds in a chainable fashion.- Returns:
- The same instance of V1ClientIPConfig for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-