/AWS1/CL_NWFIPSET¶
A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_definition TYPE /AWS1/CL_NWFVARIABLEDEFNLIST_W=>TT_VARIABLEDEFINITIONLIST TT_VARIABLEDEFINITIONLIST¶
The list of IP addresses and address ranges, in CIDR notation.
Queryable Attributes¶
Definition¶
The list of IP addresses and address ranges, in CIDR notation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFINITION() |
Getter for DEFINITION, with configurable default |
ASK_DEFINITION() |
Getter for DEFINITION w/ exceptions if field has no value |
HAS_DEFINITION() |
Determine if DEFINITION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_IPSETS_MAPROW¶
TYPES: BEGIN OF TS_IPSETS_MAPROW,
key TYPE /AWS1/NWFRULEVARIABLENAME,
value TYPE REF TO /AWS1/CL_NWFIPSET,
END OF TS_IPSETS_MAPROW.
TT_IPSETS¶
TYPES TT_IPSETS TYPE HASHED TABLE OF /AWS1/CL_NWFIPSET=>TS_IPSETS_MAPROW WITH UNIQUE KEY key
.