/AWS1/CL_NWFPROXYRULECONDITION¶
Match criteria that specify what traffic attributes to examine.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_conditionoperator TYPE /AWS1/NWFCONDITIONOPERATOR /AWS1/NWFCONDITIONOPERATOR¶
Defines how to perform a match.
iv_conditionkey TYPE /AWS1/NWFCONDITIONKEY /AWS1/NWFCONDITIONKEY¶
Defines what is to be matched.
it_conditionvalues TYPE /AWS1/CL_NWFPROXYCONDVALLIST_W=>TT_PROXYCONDITIONVALUELIST TT_PROXYCONDITIONVALUELIST¶
Specifes the exact value that needs to be matched against.
Queryable Attributes¶
ConditionOperator¶
Defines how to perform a match.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONOPERATOR() |
Getter for CONDITIONOPERATOR, with configurable default |
ASK_CONDITIONOPERATOR() |
Getter for CONDITIONOPERATOR w/ exceptions if field has no v |
HAS_CONDITIONOPERATOR() |
Determine if CONDITIONOPERATOR has a value |
ConditionKey¶
Defines what is to be matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONKEY() |
Getter for CONDITIONKEY, with configurable default |
ASK_CONDITIONKEY() |
Getter for CONDITIONKEY w/ exceptions if field has no value |
HAS_CONDITIONKEY() |
Determine if CONDITIONKEY has a value |
ConditionValues¶
Specifes the exact value that needs to be matched against.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONVALUES() |
Getter for CONDITIONVALUES, with configurable default |
ASK_CONDITIONVALUES() |
Getter for CONDITIONVALUES w/ exceptions if field has no val |
HAS_CONDITIONVALUES() |
Determine if CONDITIONVALUES 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_PROXYRULECONDITIONLIST¶
TYPES TT_PROXYRULECONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYRULECONDITION WITH DEFAULT KEY
.