ALBDnsZone (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsZone object", 
  "id": "ALBDnsZone", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "admin_email": {
      "description": "Email address of the administrator responsible for this zone. This field is used in SOA records as rname (RFC 1035). If not configured, it is inherited from the DNS service profile.", 
      "required": false, 
      "title": "Admin email", 
      "type": "string"
    }, 
    "domain_name": {
      "description": "Domain name authoritatively serviced by this Virtual Service. Queries for FQDNs that are sub domains of this domain and do not have any DNS record in Avi are dropped or NXDomain response sent. For domains which are present, SOA parameters are sent in answer section of response if query type is SOA.", 
      "required": true, 
      "title": "Domain name", 
      "type": "string"
    }, 
    "name_server": {
      "description": "The primary name server for this zone. This field is used in SOA records as mname (RFC 1035). If not configured, it is inherited from the DNS service profile. If even that is not configured, the domain name is used instead.", 
      "required": false, 
      "title": "Name server", 
      "type": "string"
    }
  }, 
  "title": "DnsZone", 
  "type": "object"
}