summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_apm_acl.json
blob: 564784dbf2f19d92b38170ca4ffa7a95ef495bd3 (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
{
  "kind": "tm:apm:acl:aclstate",
  "name": "lastone",
  "partition": "Common",
  "fullPath": "/Common/lastone",
  "generation": 495,
  "selfLink": "https://localhost/mgmt/tm/apm/acl/~Common~lastone?ver=12.1.4",
  "aclOrder": 2,
  "description": "foobar",
  "locationSpecific": "true",
  "pathMatchCase": "false",
  "type": "static",
  "entries": [
    {
      "action": "discard",
      "dstEndPort": 0,
      "dstStartPort": 0,
      "dstSubnet": "0.0.0.0/0",
      "log": "none",
      "protocol": 1,
      "scheme": "any",
      "srcEndPort": 0,
      "srcStartPort": 0,
      "srcSubnet": "0.0.0.0/0"
    }
  ]
}