DnsTtlConfig

DnsTtlConfig
DnsTtlConfig

Firewall to use TTL config to manage firewall cache to expire snooped FQDN entries from DNS response.

JSON Example
{
    "dns_ttl_type": "string",
    "ttl": 0
}
string
dns_ttl_type
Required

TTL type to decide how to manage ttl.

Possible values are : USE_TTL, AUTO, NEVER_EXPIRE,
integer As int64 As int64
ttl
Optional
Constraints: minimum: 3600 maximum: 864000 default: 86400

The number of seconds that snooped DNS responses are retained in the cache. Used only when dns_ttl_type is USE_TTL.