/AWS1/CL_APMGWROUTEHOSTNAMEM00¶
An object representing the gateway route host name to match.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exact TYPE /AWS1/APMEXACTHOSTNAME /AWS1/APMEXACTHOSTNAME¶
The exact host name to match on.
iv_suffix TYPE /AWS1/APMSUFFIXHOSTNAME /AWS1/APMSUFFIXHOSTNAME¶
The specified ending characters of the host name to match on.
Queryable Attributes¶
exact¶
The exact host name to match on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXACT() |
Getter for EXACT, with configurable default |
ASK_EXACT() |
Getter for EXACT w/ exceptions if field has no value |
HAS_EXACT() |
Determine if EXACT has a value |
suffix¶
The specified ending characters of the host name to match on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUFFIX() |
Getter for SUFFIX, with configurable default |
ASK_SUFFIX() |
Getter for SUFFIX w/ exceptions if field has no value |
HAS_SUFFIX() |
Determine if SUFFIX has a value |