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. Applicable only for type `app_cookie`. Names starting with `IBM` are not allowed.
        Returns:
        the cookieName
      • type

        public String type()
        Gets the type. The session persistence type. The `http_cookie` and `app_cookie` types are applicable only to the `http` and `https` protocols.
        Returns:
        the type