/AWS1/CL_MA2IPOWNER¶
Provides information about the registered owner of an IP address.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_asn TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The autonomous system number (ASN) for the autonomous system that included the IP address.
iv_asnorg TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
iv_isp TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The name of the internet service provider (ISP) that owned the IP address.
iv_org TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The name of the organization that owned the IP address.
Queryable Attributes¶
asn¶
The autonomous system number (ASN) for the autonomous system that included the IP address.
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 |
asnOrg¶
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASNORG() |
Getter for ASNORG, with configurable default |
ASK_ASNORG() |
Getter for ASNORG w/ exceptions if field has no value |
HAS_ASNORG() |
Determine if ASNORG has a value |
isp¶
The name of the internet service provider (ISP) that owned the IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISP() |
Getter for ISP, with configurable default |
ASK_ISP() |
Getter for ISP w/ exceptions if field has no value |
HAS_ISP() |
Determine if ISP has a value |
org¶
The name of the organization that owned the IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORG() |
Getter for ORG, with configurable default |
ASK_ORG() |
Getter for ORG w/ exceptions if field has no value |
HAS_ORG() |
Determine if ORG has a value |