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 with any value in Enterprise, 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 with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
ttl
Optional
Constraints: default: 30

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 with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- 30), Basic (Allowed values- 30) 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 with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.