/AWS1/CL_CWMNETWORK¶
An internet service provider (ISP) or network (ASN) in Amazon CloudWatch Internet Monitor.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_asname TYPE /AWS1/CWMSTRING /AWS1/CWMSTRING¶
The name of the internet service provider (ISP) or network (ASN).
iv_asnumber TYPE /AWS1/CWMLONG /AWS1/CWMLONG¶
The Autonomous System Number (ASN) of the internet provider or network.
Queryable Attributes¶
ASName¶
The name of the internet service provider (ISP) or network (ASN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASNAME() |
Getter for ASNAME, with configurable default |
ASK_ASNAME() |
Getter for ASNAME w/ exceptions if field has no value |
HAS_ASNAME() |
Determine if ASNAME has a value |
ASNumber¶
The Autonomous System Number (ASN) of the internet provider or network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASNUMBER() |
Getter for ASNUMBER, with configurable default |
ASK_ASNUMBER() |
Getter for ASNUMBER w/ exceptions if field has no value |
HAS_ASNUMBER() |
Determine if ASNUMBER 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_NETWORKLIST¶
TYPES TT_NETWORKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWMNETWORK WITH DEFAULT KEY
.