Class 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 Detail

      • 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