Adds DNS profile module for BIGIP (#39270)

This module can be used for managing DNS profiles on a BIGIP
This commit is contained in:
Tim Rupp
2018-04-24 21:05:30 -07:00
committed by GitHub
parent 20d5b04ac4
commit 9940b5db9c
3 changed files with 844 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"kind": "tm:ltm:profile:dns:dnsstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 1211,
"selfLink": "https://localhost/mgmt/tm/ltm/profile/dns/~Common~foo?ver=13.1.0.4",
"appService": "none",
"avrDnsstatSampleRate": 0,
"cache": "none",
"defaultsFrom": "/Common/dns",
"defaultsFromReference": {
"link": "https://localhost/mgmt/tm/ltm/profile/dns/~Common~dns?ver=13.1.0.4"
},
"description": "none",
"dnsSecurity": "none",
"dns64": "disabled",
"dns64AdditionalSectionRewrite": "disabled",
"dns64Prefix": "any6",
"enableCache": "no",
"enableDnsExpress": "no",
"enableDnsFirewall": "yes",
"enableDnssec": "no",
"enableGtm": "no",
"enableHardwareQueryValidation": "no",
"enableHardwareResponseCache": "no",
"enableLogging": "no",
"enableRapidResponse": "no",
"logProfile": "none",
"processRd": "yes",
"processXfr": "yes",
"rapidResponseLastAction": "drop",
"unhandledQueryAction": "allow",
"useLocalBind": "no"
}