/AWS1/CL_ASCLOADBALANCERTGTG00¶
Describes the state of a target group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_loadbalancertgtgrouparn TYPE /AWS1/ASCXMLSTRINGMAXLEN511 /AWS1/ASCXMLSTRINGMAXLEN511¶
The Amazon Resource Name (ARN) of the target group.
iv_state TYPE /AWS1/ASCXMLSTRINGMAXLEN255 /AWS1/ASCXMLSTRINGMAXLEN255¶
The state of the target group.
Adding- The Auto Scaling instances are being registered with the target group.
Added- All Auto Scaling instances are registered with the target group.
InService- At least one Auto Scaling instance passed anELBhealth check.
Removing- The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
Removed- All Auto Scaling instances are deregistered from the target group.
Queryable Attributes¶
LoadBalancerTargetGroupARN¶
The Amazon Resource Name (ARN) of the target group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOADBALANCERTGTGROUPARN() |
Getter for LOADBALANCERTARGETGROUPARN, with configurable def |
ASK_LOADBALANCERTGTGROUPARN() |
Getter for LOADBALANCERTARGETGROUPARN w/ exceptions if field |
HAS_LOADBALANCERTGTGROUPARN() |
Determine if LOADBALANCERTARGETGROUPARN has a value |
State¶
The state of the target group.
Adding- The Auto Scaling instances are being registered with the target group.
Added- All Auto Scaling instances are registered with the target group.
InService- At least one Auto Scaling instance passed anELBhealth check.
Removing- The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.
Removed- All Auto Scaling instances are deregistered from the target group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_LOADBALANCERTGTGROUPSTATES¶
TYPES TT_LOADBALANCERTGTGROUPSTATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ASCLOADBALANCERTGTG00 WITH DEFAULT KEY
.