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.
  • Method Details

    • 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