/AWS1/CL_DCOROUTE¶
Information about a route for a virtual interface.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cidr TYPE /AWS1/DCOROUTECIDR /AWS1/DCOROUTECIDR¶
The CIDR (prefix) of the route.
iv_routedirection TYPE /AWS1/DCOROUTEDIRECTION /AWS1/DCOROUTEDIRECTION¶
The direction of the route.
The valid values are
accepted(received from the customer network) andadvertised(advertised to the customer network).
iv_addressfamily TYPE /AWS1/DCOADDRESSFAMILY /AWS1/DCOADDRESSFAMILY¶
The address family of the route.
The valid values are
ipv4andipv6.
it_aspath TYPE /AWS1/CL_DCOASPATHSEGMENT=>TT_ASPATHSEGMENTLIST TT_ASPATHSEGMENTLIST¶
The autonomous system (AS) path of the route.
it_communities TYPE /AWS1/CL_DCOCOMMUNITYLIST_W=>TT_COMMUNITYLIST TT_COMMUNITYLIST¶
The BGP communities associated with the route.
iv_awslogicaldeviceid TYPE /AWS1/DCOAWSLOGICALDEVICEID /AWS1/DCOAWSLOGICALDEVICEID¶
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
iv_routeinstalledat TYPE /AWS1/DCOROUTEINSTALLEDAT /AWS1/DCOROUTEINSTALLEDAT¶
The time when the route was installed. The value is displayed in UTC format.
Queryable Attributes¶
cidr¶
The CIDR (prefix) of the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIDR() |
Getter for CIDR, with configurable default |
ASK_CIDR() |
Getter for CIDR w/ exceptions if field has no value |
HAS_CIDR() |
Determine if CIDR has a value |
routeDirection¶
The direction of the route.
The valid values are
accepted(received from the customer network) andadvertised(advertised to the customer network).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTEDIRECTION() |
Getter for ROUTEDIRECTION, with configurable default |
ASK_ROUTEDIRECTION() |
Getter for ROUTEDIRECTION w/ exceptions if field has no valu |
HAS_ROUTEDIRECTION() |
Determine if ROUTEDIRECTION has a value |
addressFamily¶
The address family of the route.
The valid values are
ipv4andipv6.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY, with configurable default |
ASK_ADDRESSFAMILY() |
Getter for ADDRESSFAMILY w/ exceptions if field has no value |
HAS_ADDRESSFAMILY() |
Determine if ADDRESSFAMILY has a value |
asPath¶
The autonomous system (AS) path of the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASPATH() |
Getter for ASPATH, with configurable default |
ASK_ASPATH() |
Getter for ASPATH w/ exceptions if field has no value |
HAS_ASPATH() |
Determine if ASPATH has a value |
communities¶
The BGP communities associated with the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMUNITIES() |
Getter for COMMUNITIES, with configurable default |
ASK_COMMUNITIES() |
Getter for COMMUNITIES w/ exceptions if field has no value |
HAS_COMMUNITIES() |
Determine if COMMUNITIES has a value |
awsLogicalDeviceId¶
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSLOGICALDEVICEID() |
Getter for AWSLOGICALDEVICEID, with configurable default |
ASK_AWSLOGICALDEVICEID() |
Getter for AWSLOGICALDEVICEID w/ exceptions if field has no |
HAS_AWSLOGICALDEVICEID() |
Determine if AWSLOGICALDEVICEID has a value |
routeInstalledAt¶
The time when the route was installed. The value is displayed in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTEINSTALLEDAT() |
Getter for ROUTEINSTALLEDAT, with configurable default |
ASK_ROUTEINSTALLEDAT() |
Getter for ROUTEINSTALLEDAT w/ exceptions if field has no va |
HAS_ROUTEINSTALLEDAT() |
Determine if ROUTEINSTALLEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTELIST¶
TYPES TT_ROUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DCOROUTE WITH DEFAULT KEY
.