DnsEdnsOption

DnsEdnsOption
DnsEdnsOption
JSON Example
{
    "addr_family": 0,
    "code": "string",
    "scope_prefix_len": 0,
    "source_prefix_len": 0,
    "subnet_ip": 0,
    "subnet_ip6": "string"
}
integer As uint32 As uint32
addr_family
Optional

Address family. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
code
Required

EDNS option code. Enum options - EDNS_OPTION_CODE_NSID, EDNS_OPTION_CODE_DNSSEC_DAU, EDNS_OPTION_CODE_DNSSEC_DHU, EDNS_OPTION_CODE_DNSSEC_N3U, EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, EDNS_OPTION_CODE_CHAIN. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
scope_prefix_len
Optional

Scope prefix length of address. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
source_prefix_len
Optional

Source prefix length of address. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
subnet_ip
Optional

IPv4 address of the client subnet. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
subnet_ip6
Optional

IPv6 address of the client subnet. Field introduced in 18.2.12, 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of