Skip to content

/AWS1/CL_APMGATEWAYROUTESPEC

An object that represents a gateway route specification. Specify one gateway route type.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_priority TYPE /AWS1/APMGATEWAYROUTEPRIORITY /AWS1/APMGATEWAYROUTEPRIORITY

The ordering of the gateway routes spec.

io_httproute TYPE REF TO /AWS1/CL_APMHTTPGATEWAYROUTE /AWS1/CL_APMHTTPGATEWAYROUTE

An object that represents the specification of an HTTP gateway route.

io_http2route TYPE REF TO /AWS1/CL_APMHTTPGATEWAYROUTE /AWS1/CL_APMHTTPGATEWAYROUTE

An object that represents the specification of an HTTP/2 gateway route.

io_grpcroute TYPE REF TO /AWS1/CL_APMGRPCGATEWAYROUTE /AWS1/CL_APMGRPCGATEWAYROUTE

An object that represents the specification of a gRPC gateway route.


Queryable Attributes

priority

The ordering of the gateway routes spec.

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

httpRoute

An object that represents the specification of an HTTP gateway route.

Accessible with the following methods

Method Description
GET_HTTPROUTE() Getter for HTTPROUTE

http2Route

An object that represents the specification of an HTTP/2 gateway route.

Accessible with the following methods

Method Description
GET_HTTP2ROUTE() Getter for HTTP2ROUTE

grpcRoute

An object that represents the specification of a gRPC gateway route.

Accessible with the following methods

Method Description
GET_GRPCROUTE() Getter for GRPCROUTE