add_ip_addresses(Optional[Array[String]])
— IP addresses to add to the current list. The addresses may be IPv4 or IPv6. Error occurs if an IP address already exists. Cannot be combined with ip_addresses.
domain(Optional[String[1,255]])
— Name of the DNS domain, where the NAS Server does host names lookup when an FQDN is not specified in the request.
id(String)
— Unique identifier of the DNS object.
ip_addresses(Optional[Array[String]])
— A new list of DNS server IP addresses to replace the existing list. The addresses may be IPv4 or IPv6.
remove_ip_addresses(Optional[Array[String]])
— IP addresses to remove from the current list. The addresses may be IPv4 or IPv6. Error occurs if IP address is not present. Cannot be combined with ip_addresses.
transport(Optional[Enum['UDP','TCP']])
— Transport used when connecting to the DNS Server:* UDP - DNS uses the UDP protocol (default)* TCP - DNS uses the TCP protocol