/AWS1/CL_ELBCONNECTIONDRAINING¶
Information about the ConnectionDraining attribute.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/ELBCONNDRAININGENABLED /AWS1/ELBCONNDRAININGENABLED¶
Specifies whether connection draining is enabled for the load balancer.
Optional arguments:¶
iv_timeout TYPE /AWS1/ELBCONNDRAININGTIMEOUT /AWS1/ELBCONNDRAININGTIMEOUT¶
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
Queryable Attributes¶
Enabled¶
Specifies whether connection draining is enabled for the load balancer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED |
Timeout¶
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOUT() |
Getter for TIMEOUT, with configurable default |
ASK_TIMEOUT() |
Getter for TIMEOUT w/ exceptions if field has no value |
HAS_TIMEOUT() |
Determine if TIMEOUT has a value |