/AWS1/CL_NWFRULEVARIABLES¶
Settings that are available for use in the rules in the RuleGroup where this is defined. See CreateRuleGroup or UpdateRuleGroup for usage.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_ipsets TYPE /AWS1/CL_NWFIPSET=>TT_IPSETS TT_IPSETS¶
A list of IP addresses and address ranges, in CIDR notation.
it_portsets TYPE /AWS1/CL_NWFPORTSET=>TT_PORTSETS TT_PORTSETS¶
A list of port ranges.
Queryable Attributes¶
IPSets¶
A list of IP addresses and address ranges, in CIDR notation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPSETS() |
Getter for IPSETS, with configurable default |
ASK_IPSETS() |
Getter for IPSETS w/ exceptions if field has no value |
HAS_IPSETS() |
Determine if IPSETS has a value |
PortSets¶
A list of port ranges.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTSETS() |
Getter for PORTSETS, with configurable default |
ASK_PORTSETS() |
Getter for PORTSETS w/ exceptions if field has no value |
HAS_PORTSETS() |
Determine if PORTSETS has a value |