/AWS1/CL_R5GBTCCREFWRLOUTITEM¶
Information about the result of creating a DNS Firewall rule in a batch operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_firewallrule TYPE REF TO /AWS1/CL_R5GBTCCREFWALLRLRSLT /AWS1/CL_R5GBTCCREFWALLRLRSLT¶
The firewall rule that was created in the batch operation.
iv_code TYPE /AWS1/R5GINTEGER /AWS1/R5GINTEGER¶
The HTTP response code for the batch operation result.
Optional arguments:¶
iv_message TYPE /AWS1/R5GSTRING /AWS1/R5GSTRING¶
A message describing the result of the batch operation, including error details if applicable.
Queryable Attributes¶
firewallRule¶
The firewall rule that was created in the batch operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREWALLRULE() |
Getter for FIREWALLRULE |
code¶
The HTTP response code for the batch operation result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
A message describing the result of the batch operation, including error details if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_BATCHCREFWALLRULEOUTITEMS¶
TYPES TT_BATCHCREFWALLRULEOUTITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5GBTCCREFWRLOUTITEM WITH DEFAULT KEY
.