mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds the bigip_dns_resolver module (#48540)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user