Adds bigip_dns_zone module (#48482)

This module can be used to manage zones on a BIG-IP. The managed
zones should **not** be confused with ZoneRunner zones as they are
not the same.
This commit is contained in:
Tim Rupp
2018-11-10 13:14:57 -08:00
committed by GitHub
parent 9a396cc45d
commit d1288f9ea1
3 changed files with 776 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"kind": "tm:ltm:dns:zone:zonestate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 812,
"selfLink": "https://localhost/mgmt/tm/ltm/dns/zone/~Common~foo?ver=13.1.0.8",
"dnsExpressAllowNotify": [
"1.1.1.1"
],
"dnsExpressEnabled": "yes",
"dnsExpressNotifyAction": "consume",
"dnsExpressNotifyTsigVerify": "yes",
"dnsExpressServer": "/Common/asd",
"dnsExpressServerReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
},
"responsePolicy": "no",
"serverTsigKey": "/Common/asd",
"serverTsigKeyReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~asd?ver=13.1.0.8"
},
"transferClients": [
"/Common/asd"
],
"transferClientsReference": [
{
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
}
]
}