/AWS1/CL_ELBLBCOOKIESTICKINE00¶
Information about a policy for duration-based session stickiness.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_policyname
TYPE /AWS1/ELBPOLICYNAME
/AWS1/ELBPOLICYNAME
¶
The name of the policy. This name must be unique within the set of policies for this load balancer.
iv_cookieexpirationperiod
TYPE /AWS1/ELBCOOKIEEXPIRPERIOD
/AWS1/ELBCOOKIEEXPIRPERIOD
¶
The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
Queryable Attributes¶
PolicyName¶
The name of the policy. This name must be unique within the set of policies for this load balancer.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYNAME() |
Getter for POLICYNAME, with configurable default |
ASK_POLICYNAME() |
Getter for POLICYNAME w/ exceptions if field has no value |
HAS_POLICYNAME() |
Determine if POLICYNAME has a value |
CookieExpirationPeriod¶
The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COOKIEEXPIRATIONPERIOD() |
Getter for COOKIEEXPIRATIONPERIOD, with configurable default |
ASK_COOKIEEXPIRATIONPERIOD() |
Getter for COOKIEEXPIRATIONPERIOD w/ exceptions if field has |
HAS_COOKIEEXPIRATIONPERIOD() |
Determine if COOKIEEXPIRATIONPERIOD has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LBCOOKIESTICKINESSPOLICIES
¶
TYPES TT_LBCOOKIESTICKINESSPOLICIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ELBLBCOOKIESTICKINE00 WITH DEFAULT KEY
.