Adds the bigip_dns_resolver module (#48540)

This commit is contained in:
Tim Rupp
2018-11-11 11:09:53 -08:00
committed by GitHub
parent 232fcb9f34
commit 452cf2b1a3
3 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"kind": "tm:net:dns-resolver:dns-resolverstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 173,
"selfLink": "https://localhost/mgmt/tm/net/dns-resolver/~Common~foo?ver=13.1.0.8",
"answerDefaultZones": "no",
"cacheSize": 5767168,
"randomizeQueryNameCase": "yes",
"routeDomain": "/Common/0",
"routeDomainReference": {
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.8"
},
"useIpv4": "no",
"useIpv6": "yes",
"useTcp": "yes",
"useUdp": "yes"
}