/AWS1/CL_EC2DNSENTRY¶
Describes a DNS entry.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dnsname TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The DNS name.
iv_hostedzoneid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the private hosted zone.
Queryable Attributes¶
DnsName¶
The DNS name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSNAME() |
Getter for DNSNAME, with configurable default |
ASK_DNSNAME() |
Getter for DNSNAME w/ exceptions if field has no value |
HAS_DNSNAME() |
Determine if DNSNAME has a value |
HostedZoneId¶
The ID of the private hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONEID() |
Getter for HOSTEDZONEID, with configurable default |
ASK_HOSTEDZONEID() |
Getter for HOSTEDZONEID w/ exceptions if field has no value |
HAS_HOSTEDZONEID() |
Determine if HOSTEDZONEID 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_DNSENTRYSET¶
TYPES TT_DNSENTRYSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DNSENTRY WITH DEFAULT KEY
.