/AWS1/CL_DCOLISTVIRINTFRTERSP¶
ListVirtualInterfaceRoutesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_virtualinterfaceid TYPE /AWS1/DCOVIRTUALINTERFACEID /AWS1/DCOVIRTUALINTERFACEID¶
The ID of the virtual interface.
it_routes TYPE /AWS1/CL_DCOROUTE=>TT_ROUTELIST TT_ROUTELIST¶
The routes for the virtual interface.
iv_nexttoken TYPE /AWS1/DCOPAGINATIONTOKEN /AWS1/DCOPAGINATIONTOKEN¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Queryable Attributes¶
virtualInterfaceId¶
The ID of the virtual interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALINTERFACEID() |
Getter for VIRTUALINTERFACEID, with configurable default |
ASK_VIRTUALINTERFACEID() |
Getter for VIRTUALINTERFACEID w/ exceptions if field has no |
HAS_VIRTUALINTERFACEID() |
Determine if VIRTUALINTERFACEID has a value |
routes¶
The routes for the virtual interface.
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
nullwhen 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 |