/AWS1/CL_APMGRPCROUTEMATCH¶
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.
iv_methodname
TYPE /AWS1/APMMETHODNAME
/AWS1/APMMETHODNAME
¶
The method name to match from the request. If you specify a name, you must also specify a
serviceName
.
it_metadata
TYPE /AWS1/CL_APMGRPCROUTEMETADATA=>TT_GRPCROUTEMETADATALIST
TT_GRPCROUTEMETADATALIST
¶
An object that represents the data to match from the request.
iv_port
TYPE /AWS1/APMLISTENERPORT
/AWS1/APMLISTENERPORT
¶
The port number to match 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 |
methodName¶
The method name to match from the request. If you specify a name, you must also specify a
serviceName
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_METHODNAME() |
Getter for METHODNAME, with configurable default |
ASK_METHODNAME() |
Getter for METHODNAME w/ exceptions if field has no value |
HAS_METHODNAME() |
Determine if METHODNAME has a value |
metadata¶
An object that represents the data to match from the request.
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 port number to match 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 |