/AWS1/CL_APMGRPCGWROUTEMATCH¶
An object that represents the criteria for determining a request match.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servicename TYPE /AWS1/APMSERVICENAME /AWS1/APMSERVICENAME¶
The fully qualified domain name for the service to match from the request.
io_hostname TYPE REF TO /AWS1/CL_APMGWROUTEHOSTNAMEM00 /AWS1/CL_APMGWROUTEHOSTNAMEM00¶
The gateway route host name to be matched on.
it_metadata TYPE /AWS1/CL_APMGRPCGWROUTEMET=>TT_GRPCGATEWAYROUTEMETLIST TT_GRPCGATEWAYROUTEMETLIST¶
The gateway route metadata to be matched on.
iv_port TYPE /AWS1/APMLISTENERPORT /AWS1/APMLISTENERPORT¶
The gateway route port to be matched on.
Queryable Attributes¶
serviceName¶
The fully qualified domain name for the service to match from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
hostname¶
The gateway route host name to be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTNAME() |
Getter for HOSTNAME |
metadata¶
The gateway route metadata to be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
port¶
The gateway route port to be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |