/AWS1/CL_NWFPROXYRLGRPRIORIT00¶
Proxy rule group along with its priority.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_proxyrulegroupname TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME¶
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
iv_priority TYPE /AWS1/NWFPROXYRLGRPRIORITYRS00 /AWS1/NWFPROXYRLGRPRIORITYRS00¶
Priority of the proxy rule group in the proxy configuration.
Queryable Attributes¶
ProxyRuleGroupName¶
The descriptive name of the proxy rule group. You can't change the name of a proxy rule group after you create it.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROXYRULEGROUPNAME() |
Getter for PROXYRULEGROUPNAME, with configurable default |
ASK_PROXYRULEGROUPNAME() |
Getter for PROXYRULEGROUPNAME w/ exceptions if field has no |
HAS_PROXYRULEGROUPNAME() |
Determine if PROXYRULEGROUPNAME has a value |
Priority¶
Priority of the proxy rule group in the proxy configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITY() |
Getter for PRIORITY, with configurable default |
ASK_PRIORITY() |
Getter for PRIORITY w/ exceptions if field has no value |
HAS_PRIORITY() |
Determine if PRIORITY 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_PROXYRULEGRPPRIORITYRSLTLST¶
TYPES TT_PROXYRULEGRPPRIORITYRSLTLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYRLGRPRIORIT00 WITH DEFAULT KEY
.