NSX-T Data Center REST API
DnsTtlConfig (schema)
DNS TTL config
Firewall to use TTL config to manage firewall cache to expire snooped FQDN entries from DNS response.
| Name | Description | Type | Notes | 
|---|---|---|---|
| dns_ttl_type | TTL type. TTL type to decide how to manage ttl.  | 
            
            string | Required Enum: USE_TTL, AUTO, NEVER_EXPIRE  | 
          
| ttl | DNS server TTL The number of seconds that snooped DNS responses are retained in the cache. Used only when dns_ttl_type is USE_TTL.  | 
            
            integer | Minimum: 3600 Maximum: 864000 Default: "86400"  |