Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 549 Bytes

File metadata and controls

15 lines (13 loc) · 549 Bytes

DnsTtlConfig

Properties

Name Type Description Notes
ttl Long The number of seconds that snooped DNS responses are retained in the cache. Used only when dns_ttl_type is USE_TTL. [optional]
dnsTtlType DnsTtlTypeEnum TTL type to decide how to manage ttl.

Enum: DnsTtlTypeEnum

Name Value
USE_TTL "USE_TTL"
AUTO "AUTO"
NEVER_EXPIRE "NEVER_EXPIRE"