Skip to content

/AWS1/CL_EC2GETROUTESERVERRO01

GetRouteServerRoutingDatabaseResult

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_areroutespersisted TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether routes are being persisted in the routing database.

it_routes TYPE /AWS1/CL_EC2ROUTESERVERROUTE=>TT_ROUTESERVERROUTELIST TT_ROUTESERVERROUTELIST

The collection of routes in the route server's routing database.

iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The token to use to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

AreRoutesPersisted

Indicates whether routes are being persisted in the routing database.

Accessible with the following methods

Method Description
GET_AREROUTESPERSISTED() Getter for AREROUTESPERSISTED, with configurable default
ASK_AREROUTESPERSISTED() Getter for AREROUTESPERSISTED w/ exceptions if field has no
HAS_AREROUTESPERSISTED() Determine if AREROUTESPERSISTED has a value

Routes

The collection of routes in the route server's routing database.

Accessible with the following methods

Method Description
GET_ROUTES() Getter for ROUTES, with configurable default
ASK_ROUTES() Getter for ROUTES w/ exceptions if field has no value
HAS_ROUTES() Determine if ROUTES has a value

NextToken

The token to use to retrieve the next page of results. This value is null when 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