/AWS1/CL_SAGNETWORKTRAFFICRULE¶
Network traffic filtering rule
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_effect TYPE /AWS1/SAGNETWORKTRAFRULEEFFECT /AWS1/SAGNETWORKTRAFRULEEFFECT¶
Action to take when the rule matches
iv_pattern TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Pattern to match against
iv_networktrafficruletype TYPE /AWS1/SAGNETWORKTRAFRULETYPE /AWS1/SAGNETWORKTRAFRULETYPE¶
Type of network traffic rule
Queryable Attributes¶
effect¶
Action to take when the rule matches
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECT() |
Getter for EFFECT, with configurable default |
ASK_EFFECT() |
Getter for EFFECT w/ exceptions if field has no value |
HAS_EFFECT() |
Determine if EFFECT has a value |
pattern¶
Pattern to match against
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATTERN() |
Getter for PATTERN, with configurable default |
ASK_PATTERN() |
Getter for PATTERN w/ exceptions if field has no value |
HAS_PATTERN() |
Determine if PATTERN has a value |
networkTrafficRuleType¶
Type of network traffic rule
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKTRAFFICRULETYPE() |
Getter for NETWORKTRAFFICRULETYPE, with configurable default |
ASK_NETWORKTRAFFICRULETYPE() |
Getter for NETWORKTRAFFICRULETYPE w/ exceptions if field has |
HAS_NETWORKTRAFFICRULETYPE() |
Determine if NETWORKTRAFFICRULETYPE 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_NETWORKTRAFFICRULELIST¶
TYPES TT_NETWORKTRAFFICRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGNETWORKTRAFFICRULE WITH DEFAULT KEY
.