Adds the bigip_dns_cache_resolver module (#48914)

This commit is contained in:
Tim Rupp
2018-11-19 19:05:24 -08:00
committed by GitHub
parent e7d1c0fb77
commit fdbc0e5798
3 changed files with 704 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"kind": "tm:ltm:dns:cache:resolver:resolverstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 666,
"selfLink": "https://localhost/mgmt/tm/ltm/dns/cache/resolver/~Common~foo?ver=13.1.0.7",
"allowedQueryTime": 200,
"answerDefaultZones": "no",
"maxConcurrentQueries": 1024,
"maxConcurrentTcp": 20,
"maxConcurrentUdp": 8192,
"msgCacheSize": 1048576,
"nameserverCacheCount": 16536,
"randomizeQueryNameCase": "yes",
"routeDomain": "/Common/0",
"routeDomainReference": {
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.7"
},
"rrsetCacheSize": 10485760,
"rrsetRotate": "none",
"unwantedQueryReplyThreshold": 0,
"useIpv4": "yes",
"useIpv6": "yes",
"useTcp": "yes",
"useUdp": "yes",
"forwardZones": [
{
"name": "foo1",
"nameservers": [
{
"name": "1.1.1.1:53"
},
{
"name": "2.2.2.2:53"
}
]
},
{
"name": "foo2"
}
]
}