Skip to content

/AWS1/CL_VL_RULEACTION

Describes the action for a rule.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_FORWARD TYPE REF TO /AWS1/CL_VL_FORWARDACTION /AWS1/CL_VL_FORWARDACTION

The forward action. Traffic that matches the rule is forwarded to the specified target groups.

IO_FIXEDRESPONSE TYPE REF TO /AWS1/CL_VL_FIXEDRSPACTION /AWS1/CL_VL_FIXEDRSPACTION

The fixed response action. The rule returns a custom HTTP response.


Queryable Attributes

forward

The forward action. Traffic that matches the rule is forwarded to the specified target groups.

Accessible with the following methods

Method Description
GET_FORWARD() Getter for FORWARD

fixedResponse

The fixed response action. The rule returns a custom HTTP response.

Accessible with the following methods

Method Description
GET_FIXEDRESPONSE() Getter for FIXEDRESPONSE