/AWS1/CL_APMLISTGWROUTESOUTPUT¶
ListGatewayRoutesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_gatewayroutes TYPE /AWS1/CL_APMGATEWAYROUTEREF=>TT_GATEWAYROUTELIST TT_GATEWAYROUTELIST¶
The list of existing gateway routes for the specified service mesh and virtual gateway.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/APMSTRING /AWS1/APMSTRING¶
The
nextTokenvalue to include in a futureListGatewayRoutesrequest. When the results of aListGatewayRoutesrequest exceedlimit, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
gatewayRoutes¶
The list of existing gateway routes for the specified service mesh and virtual gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYROUTES() |
Getter for GATEWAYROUTES, with configurable default |
ASK_GATEWAYROUTES() |
Getter for GATEWAYROUTES w/ exceptions if field has no value |
HAS_GATEWAYROUTES() |
Determine if GATEWAYROUTES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListGatewayRoutesrequest. When the results of aListGatewayRoutesrequest exceedlimit, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |