/AWS1/CL_EC2IPAMNETREGASCCIDR¶
Contains information about an IP address CIDR registered at an internet registry and associated with an IPAM.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cidr TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The IP address prefix in CIDR notation.
iv_lastobservedat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The time when the CIDR was last observed at the internet registry.
Queryable Attributes¶
Cidr¶
The IP address prefix in CIDR notation.
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 |
LastObservedAt¶
The time when the CIDR was last observed at the internet registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTOBSERVEDAT() |
Getter for LASTOBSERVEDAT, with configurable default |
ASK_LASTOBSERVEDAT() |
Getter for LASTOBSERVEDAT w/ exceptions if field has no valu |
HAS_LASTOBSERVEDAT() |
Determine if LASTOBSERVEDAT 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_IPAMINETREGASSOCCIDRSET¶
TYPES TT_IPAMINETREGASSOCCIDRSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMNETREGASCCIDR WITH DEFAULT KEY
.