/AWS1/CL_R5DNAMESERVER¶
Name server includes the following elements.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/R5DHOSTNAME
/AWS1/R5DHOSTNAME
¶
The fully qualified host name of the name server.
Constraint: Maximum 255 characters
Optional arguments:¶
it_glueips
TYPE /AWS1/CL_R5DGLUEIPLIST_W=>TT_GLUEIPLIST
TT_GLUEIPLIST
¶
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Queryable Attributes¶
Name¶
The fully qualified host name of the name server.
Constraint: Maximum 255 characters
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
GlueIps¶
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GLUEIPS() |
Getter for GLUEIPS, with configurable default |
ASK_GLUEIPS() |
Getter for GLUEIPS w/ exceptions if field has no value |
HAS_GLUEIPS() |
Determine if GLUEIPS 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_NAMESERVERLIST
¶
TYPES TT_NAMESERVERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5DNAMESERVER WITH DEFAULT KEY
.