/AWS1/CL_WSWIPRULE¶
The IP rules of the IP access settings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_iprange TYPE /AWS1/WSWIPRANGE /AWS1/WSWIPRANGE¶
The IP range of the IP rule.
Optional arguments:¶
iv_description TYPE /AWS1/WSWDESCRIPTION /AWS1/WSWDESCRIPTION¶
The description of the IP rule.
Queryable Attributes¶
ipRange¶
The IP range of the IP rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPRANGE() |
Getter for IPRANGE, with configurable default |
ASK_IPRANGE() |
Getter for IPRANGE w/ exceptions if field has no value |
HAS_IPRANGE() |
Determine if IPRANGE has a value |
description¶
The description of the IP rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_IPRULELIST¶
TYPES TT_IPRULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSWIPRULE WITH DEFAULT KEY
.