/AWS1/CL_NWFPROXYRLGRPPRIORITY¶
Proxy rule group name and new desired position.
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_newposition TYPE /AWS1/NWFINSERTPOSITION /AWS1/NWFINSERTPOSITION¶
Where to move a proxy rule group in a 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 |
NewPosition¶
Where to move a proxy rule group in a proxy configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWPOSITION() |
Getter for NEWPOSITION, with configurable default |
ASK_NEWPOSITION() |
Getter for NEWPOSITION w/ exceptions if field has no value |
HAS_NEWPOSITION() |
Determine if NEWPOSITION 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_PROXYRULEGROUPPRIORITYLIST¶
TYPES TT_PROXYRULEGROUPPRIORITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYRLGRPPRIORITY WITH DEFAULT KEY
.