/AWS1/CL_WMLDNSRECORD¶
A DNS record uploaded to your DNS provider.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/WMLSTRING /AWS1/WMLSTRING¶
The RFC 1035 record type. Possible values:
CNAME,A,MX.
iv_hostname TYPE /AWS1/WMLSTRING /AWS1/WMLSTRING¶
The DNS hostname.- For example,
domain.example.com.
iv_value TYPE /AWS1/WMLSTRING /AWS1/WMLSTRING¶
The value returned by the DNS for a query to that hostname and record type.
Queryable Attributes¶
Type¶
The RFC 1035 record type. Possible values:
CNAME,A,MX.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Hostname¶
The DNS hostname.- For example,
domain.example.com.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTNAME() |
Getter for HOSTNAME, with configurable default |
ASK_HOSTNAME() |
Getter for HOSTNAME w/ exceptions if field has no value |
HAS_HOSTNAME() |
Determine if HOSTNAME has a value |
Value¶
The value returned by the DNS for a query to that hostname and record type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_DNSRECORDS¶
TYPES TT_DNSRECORDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WMLDNSRECORD WITH DEFAULT KEY
.