Package com.ibm.cloud.is.vpc.v1.model
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 Classes Modifier and Type Class Description static class
LoadBalancerPoolSessionPersistencePatch.Builder
Builder.static interface
LoadBalancerPoolSessionPersistencePatch.Type
The session persistence type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cookieName()
Gets the cookieName.LoadBalancerPoolSessionPersistencePatch.Builder
newBuilder()
New builder.String
type()
Gets the type.
-
-
-
Method Detail
-
newBuilder
public LoadBalancerPoolSessionPersistencePatch.Builder newBuilder()
New builder.- Returns:
- a LoadBalancerPoolSessionPersistencePatch builder
-
cookieName
public String 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
public String 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
-
-