/AWS1/CL_EL2TGTGRSTICKINESSCFG¶
Information about the target group stickiness for a rule.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_enabled
TYPE /AWS1/EL2TGTGRPSTICKINESSENBD
/AWS1/EL2TGTGRPSTICKINESSENBD
¶
Indicates whether target group stickiness is enabled.
iv_durationseconds
TYPE /AWS1/EL2TGTGRSTICKINESSDURS00
/AWS1/EL2TGTGRSTICKINESSDURS00
¶
The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
Queryable Attributes¶
Enabled¶
Indicates whether target group stickiness is enabled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
DurationSeconds¶
The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DURATIONSECONDS() |
Getter for DURATIONSECONDS, with configurable default |
ASK_DURATIONSECONDS() |
Getter for DURATIONSECONDS w/ exceptions if field has no val |
HAS_DURATIONSECONDS() |
Determine if DURATIONSECONDS has a value |