Values.NameserverSourceName server includes the following elements.
type nonrec t = {name : HostName.t;The fully qualified host name of the name server. Constraint: Maximum 255 characters
*)glueIps : GlueIpList.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of GlueIp.t ] list | `String of HostName.t ])
list ]