/AWS1/CL_NWFPROXYCFGRULEGROUP¶
Proxy rule group contained within a proxy configuration.
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_proxyrulegrouparn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN¶
The Amazon Resource Name (ARN) of a proxy rule group.
iv_type TYPE /AWS1/NWFPROXYCFGRULEGROUPTYPE /AWS1/NWFPROXYCFGRULEGROUPTYPE¶
Proxy rule group type.
iv_priority TYPE /AWS1/NWFPROXYCFGRLGRPPRIORITY /AWS1/NWFPROXYCFGRLGRPPRIORITY¶
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 |
ProxyRuleGroupArn¶
The Amazon Resource Name (ARN) of a proxy rule group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROXYRULEGROUPARN() |
Getter for PROXYRULEGROUPARN, with configurable default |
ASK_PROXYRULEGROUPARN() |
Getter for PROXYRULEGROUPARN w/ exceptions if field has no v |
HAS_PROXYRULEGROUPARN() |
Determine if PROXYRULEGROUPARN has a value |
Type¶
Proxy rule group type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_PROXYCONFIGRULEGROUPSET¶
TYPES TT_PROXYCONFIGRULEGROUPSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFPROXYCFGRULEGROUP WITH DEFAULT KEY
.