/AWS1/CL_WARCREATEIPSETRSP¶
CreateIPSetResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_ipset TYPE REF TO /AWS1/CL_WARIPSET /AWS1/CL_WARIPSET¶
The IPSet returned in the
CreateIPSetresponse.
iv_changetoken TYPE /AWS1/WARCHANGETOKEN /AWS1/WARCHANGETOKEN¶
The
ChangeTokenthat you used to submit theCreateIPSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Queryable Attributes¶
IPSet¶
The IPSet returned in the
CreateIPSetresponse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPSET() |
Getter for IPSET |
ChangeToken¶
The
ChangeTokenthat you used to submit theCreateIPSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGETOKEN() |
Getter for CHANGETOKEN, with configurable default |
ASK_CHANGETOKEN() |
Getter for CHANGETOKEN w/ exceptions if field has no value |
HAS_CHANGETOKEN() |
Determine if CHANGETOKEN has a value |