/AWS1/CL_EL2TARGETGROUPTUPLE¶
Information about how traffic will be distributed between multiple target groups in a forward rule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targetgrouparn TYPE /AWS1/EL2TARGETGROUPARN /AWS1/EL2TARGETGROUPARN¶
The Amazon Resource Name (ARN) of the target group.
iv_weight TYPE /AWS1/EL2TARGETGROUPWEIGHT /AWS1/EL2TARGETGROUPWEIGHT¶
The weight. The range is 0 to 999.
Queryable Attributes¶
TargetGroupArn¶
The Amazon Resource Name (ARN) of the target group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETGROUPARN() |
Getter for TARGETGROUPARN, with configurable default |
ASK_TARGETGROUPARN() |
Getter for TARGETGROUPARN w/ exceptions if field has no valu |
HAS_TARGETGROUPARN() |
Determine if TARGETGROUPARN has a value |
Weight¶
The weight. The range is 0 to 999.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEIGHT() |
Getter for WEIGHT, with configurable default |
ASK_WEIGHT() |
Getter for WEIGHT w/ exceptions if field has no value |
HAS_WEIGHT() |
Determine if WEIGHT 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_TARGETGROUPLIST¶
TYPES TT_TARGETGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2TARGETGROUPTUPLE WITH DEFAULT KEY
.