/AWS1/CL_FNSCUSTOMDNSSERVER¶
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_customdnsservername TYPE /AWS1/FNSVALIDHOSTNAME /AWS1/FNSVALIDHOSTNAME¶
The name of the DNS server.
iv_customdnsserverip TYPE /AWS1/FNSVALIDIPADDRESS /AWS1/FNSVALIDIPADDRESS¶
The IP address of the DNS server.
Queryable Attributes¶
customDNSServerName¶
The name of the DNS server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMDNSSERVERNAME() |
Getter for CUSTOMDNSSERVERNAME, with configurable default |
ASK_CUSTOMDNSSERVERNAME() |
Getter for CUSTOMDNSSERVERNAME w/ exceptions if field has no |
HAS_CUSTOMDNSSERVERNAME() |
Determine if CUSTOMDNSSERVERNAME has a value |
customDNSServerIP¶
The IP address of the DNS server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMDNSSERVERIP() |
Getter for CUSTOMDNSSERVERIP, with configurable default |
ASK_CUSTOMDNSSERVERIP() |
Getter for CUSTOMDNSSERVERIP w/ exceptions if field has no v |
HAS_CUSTOMDNSSERVERIP() |
Determine if CUSTOMDNSSERVERIP 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_CUSTOMDNSCONFIGURATION¶
TYPES TT_CUSTOMDNSCONFIGURATION TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNSCUSTOMDNSSERVER WITH DEFAULT KEY
.