Adds bigip_dns_nameserver module (#48480)

This module can be used to manage DNS nameservers (usually used for
DNS express) functionality on a BIG-IP.
This commit is contained in:
Tim Rupp
2018-11-10 12:56:48 -08:00
committed by GitHub
parent 0c14b75eec
commit b5ee96a576
3 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"kind": "tm:ltm:dns:nameserver:nameserverstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 8076,
"selfLink": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~foo?ver=13.1.0.7",
"address": "127.0.0.1",
"port": 53,
"routeDomain": "/Common/0",
"routeDomainReference": {
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.7"
},
"tsigKey": "/Common/key1",
"tsigKeyReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~key1?ver=13.1.0.7"
}
}