/AWS1/CL_EC2IPAMNETREGASCASN¶
Contains information about an Autonomous System Number (ASN) registered at an internet registry and associated with an IPAM.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_asn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Autonomous System Number.
iv_lastobservedat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The time when the ASN was last observed at the internet registry.
Queryable Attributes¶
Asn¶
The Autonomous System Number.
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 |
LastObservedAt¶
The time when the ASN 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_IPAMINETREGISTRYASSOCASNSET¶
TYPES TT_IPAMINETREGISTRYASSOCASNSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IPAMNETREGASCASN WITH DEFAULT KEY
.