summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_dns_zone_1.json
blob: 686de99bc1b67eb12f54c7e7f5b73274742f1eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"
        }
    ]
}