/AWS1/CL_BDOROUTETOTGTACTION¶
An action that routes requests to a gateway target, either statically or with weighted traffic splitting.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_staticroute TYPE REF TO /AWS1/CL_BDOSTATICROUTE /AWS1/CL_BDOSTATICROUTE¶
A static route that sends all matching requests to a single target.
io_weightedroute TYPE REF TO /AWS1/CL_BDOWEIGHTEDROUTE /AWS1/CL_BDOWEIGHTEDROUTE¶
A weighted route that splits traffic between multiple targets.
Queryable Attributes¶
staticRoute¶
A static route that sends all matching requests to a single target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATICROUTE() |
Getter for STATICROUTE |
weightedRoute¶
A weighted route that splits traffic between multiple targets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEIGHTEDROUTE() |
Getter for WEIGHTEDROUTE |