/AWS1/CL_APMGATEWAYROUTEDATA¶
An object that represents a gateway route returned by a describe operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_meshname TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME¶
The name of the service mesh that the resource resides in.
iv_gatewayroutename TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME¶
The name of the gateway route.
iv_virtualgatewayname TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME¶
The virtual gateway that the gateway route is associated with.
io_spec TYPE REF TO /AWS1/CL_APMGATEWAYROUTESPEC /AWS1/CL_APMGATEWAYROUTESPEC¶
The specifications of the gateway route.
io_metadata TYPE REF TO /AWS1/CL_APMRESOURCEMETADATA /AWS1/CL_APMRESOURCEMETADATA¶
metadata
io_status TYPE REF TO /AWS1/CL_APMGATEWAYROUTESTATUS /AWS1/CL_APMGATEWAYROUTESTATUS¶
The status of the gateway route.
Queryable Attributes¶
meshName¶
The name of the service mesh that the resource resides in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESHNAME() |
Getter for MESHNAME, with configurable default |
ASK_MESHNAME() |
Getter for MESHNAME w/ exceptions if field has no value |
HAS_MESHNAME() |
Determine if MESHNAME has a value |
gatewayRouteName¶
The name of the gateway route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYROUTENAME() |
Getter for GATEWAYROUTENAME, with configurable default |
ASK_GATEWAYROUTENAME() |
Getter for GATEWAYROUTENAME w/ exceptions if field has no va |
HAS_GATEWAYROUTENAME() |
Determine if GATEWAYROUTENAME has a value |
virtualGatewayName¶
The virtual gateway that the gateway route is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALGATEWAYNAME() |
Getter for VIRTUALGATEWAYNAME, with configurable default |
ASK_VIRTUALGATEWAYNAME() |
Getter for VIRTUALGATEWAYNAME w/ exceptions if field has no |
HAS_VIRTUALGATEWAYNAME() |
Determine if VIRTUALGATEWAYNAME has a value |
spec¶
The specifications of the gateway route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEC() |
Getter for SPEC |
metadata¶
metadata
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
status¶
The status of the gateway route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |