Class LoadBalancerPoolSessionPersistencePatch
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolSessionPersistencePatch
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerPoolSessionPersistencePatch
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The session persistence configuration. Specify `null` to remove any existing session persistence configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder.static interface
The session persistence type. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a LoadBalancerPoolSessionPersistencePatch builder
-
cookieName
Gets the cookieName. The session persistence cookie name. Names starting with `IBM` are not allowed. If specified, the session persistence type must be `app_cookie`.- Returns:
- the cookieName
-
type
Gets the type. The session persistence type. If `http_cookie` or `app_cookie` is specified, the pool protocol must be `http` or `https`.- Returns:
- the type
-