/AWS1/CL_DCOROUTEFILTERPREFIX¶
Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cidr TYPE /AWS1/DCOCIDR /AWS1/DCOCIDR¶
The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.
Queryable Attributes¶
cidr¶
The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTEFILTERPREFIXLIST¶
TYPES TT_ROUTEFILTERPREFIXLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DCOROUTEFILTERPREFIX WITH DEFAULT KEY
.