/AWS1/CL_EC2IPAMRTEORGNAUTHINF¶
Contains information about a Route Origin Authorization (ROA) currently published in the RPKI.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cidr TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The IP address prefix in CIDR notation authorized by the ROA.
iv_asn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Autonomous System Number (ASN) authorized to originate the prefix.
iv_maxlength TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The maximum prefix length that the ASN is authorized to announce.
Queryable Attributes¶
Cidr¶
The IP address prefix in CIDR notation authorized by the ROA.
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 |
Asn¶
The Autonomous System Number (ASN) authorized to originate the prefix.
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 |
MaxLength¶
The maximum prefix length that the ASN is authorized to announce.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXLENGTH() |
Getter for MAXLENGTH, with configurable default |
ASK_MAXLENGTH() |
Getter for MAXLENGTH w/ exceptions if field has no value |
HAS_MAXLENGTH() |
Determine if MAXLENGTH 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_IPAMROUTEORIGINAUTHINFOSET¶
TYPES TT_IPAMROUTEORIGINAUTHINFOSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMRTEORGNAUTHINF WITH DEFAULT KEY
.