IpamDnsInternalProfile

IpamDnsInternalProfile
IpamDnsInternalProfile
JSON Example
{
    "dns_service_domain": [
        {
            "domain_name": "string",
            "pass_through": false,
            "record_ttl": 0
        }
    ],
    "dns_virtualservice_ref": "string",
    "ttl": 0,
    "usable_networks": [
        {
            "labels": [
                {
                    "key": "string",
                    "value": "string"
                }
            ],
            "nw_ref": "string"
        }
    ]
}
dns_service_domain
Optional

List of service domains. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
dns_virtualservice_ref
Optional

Avi VirtualService to be used for serving DNS records. It is a reference to an object of type VirtualService. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
ttl
Optional

Default TTL for all records, overridden by TTL value for each service domain configured in DnsServiceDomain. Allowed values are 1-604800. Unit is SEC. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- 30), Basic edition(Allowed values- 30), Enterprise with Cloud Services edition.

usable_networks
Optional

Usable networks for Virtual IP. If VirtualService does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for IP allocation. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.