/AWS1/CL_EC2IPAMROUTEOVERLAP¶
Contains information about an overlapping route detected for a BYOIP prefix.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_prefix TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The overlapping IP address prefix in CIDR notation.
iv_asn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ASN originating the overlapping route.
iv_detectedat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The time when the overlap was detected.
Queryable Attributes¶
Prefix¶
The overlapping IP address prefix in CIDR notation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
Asn¶
The ASN originating the overlapping route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASN() |
Getter for ASN, with configurable default |
ASK_ASN() |
Getter for ASN w/ exceptions if field has no value |
HAS_ASN() |
Determine if ASN has a value |
DetectedAt¶
The time when the overlap was detected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETECTEDAT() |
Getter for DETECTEDAT, with configurable default |
ASK_DETECTEDAT() |
Getter for DETECTEDAT w/ exceptions if field has no value |
HAS_DETECTEDAT() |
Determine if DETECTEDAT 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_IPAMROUTEOVERLAPSET¶
TYPES TT_IPAMROUTEOVERLAPSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMROUTEOVERLAP WITH DEFAULT KEY
.