/AWS1/CL_NWMNETWORKROUTE¶
Describes a network route.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_destinationcidrblock TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
A unique identifier for the route, such as a CIDR block.
it_destinations TYPE /AWS1/CL_NWMNETWORKROUTEDST=>TT_NETWORKROUTEDESTINATIONLIST TT_NETWORKROUTEDESTINATIONLIST¶
The destinations.
iv_prefixlistid TYPE /AWS1/NWMCONSTRAINEDSTRING /AWS1/NWMCONSTRAINEDSTRING¶
The ID of the prefix list.
iv_state TYPE /AWS1/NWMROUTESTATE /AWS1/NWMROUTESTATE¶
The route state. The possible values are
activeandblackhole.
iv_type TYPE /AWS1/NWMROUTETYPE /AWS1/NWMROUTETYPE¶
The route type. The possible values are
propagatedandstatic.
Queryable Attributes¶
DestinationCidrBlock¶
A unique identifier for the route, such as a CIDR block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONCIDRBLOCK() |
Getter for DESTINATIONCIDRBLOCK, with configurable default |
ASK_DESTINATIONCIDRBLOCK() |
Getter for DESTINATIONCIDRBLOCK w/ exceptions if field has n |
HAS_DESTINATIONCIDRBLOCK() |
Determine if DESTINATIONCIDRBLOCK has a value |
Destinations¶
The destinations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |
PrefixListId¶
The ID of the prefix list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIXLISTID() |
Getter for PREFIXLISTID, with configurable default |
ASK_PREFIXLISTID() |
Getter for PREFIXLISTID w/ exceptions if field has no value |
HAS_PREFIXLISTID() |
Determine if PREFIXLISTID has a value |
State¶
The route state. The possible values are
activeandblackhole.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Type¶
The route type. The possible values are
propagatedandstatic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_NETWORKROUTELIST¶
TYPES TT_NETWORKROUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMNETWORKROUTE WITH DEFAULT KEY
.