summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_generic_transport_config.json
blob: 15121910cc4d31c90d1f62655303cfc3e6c8662a (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "kind": "tm:ltm:message-routing:generic:transport-config:transport-configstate",
  "name": "gen1",
  "partition": "Common",
  "fullPath": "/Common/gen1",
  "generation": 643,
  "selfLink": "https://localhost/mgmt/tm/ltm/message-routing/generic/transport-config/~Common~gen1?expandSubcollections=true&ver=14.1.0.3",
  "ipProtocol": "tcp",
  "sourceAddressTranslation": {
    "pool": "/Common/test_snat",
    "poolReference": {
      "link": "https://localhost/mgmt/tm/ltm/snatpool/~Common~test_snat?ver=14.1.0.3"
    },
    "type": "snat"
  },
  "sourcePort": 0,
  "rules": [
    "/Common/test"
  ],
  "rulesReference": [
    {
      "link": "https://localhost/mgmt/tm/ltm/rule/~Common~test?ver=14.1.0.3"
    }
  ],
  "profilesReference": {
    "link": "https://localhost/mgmt/tm/ltm/message-routing/generic/transport-config/~Common~gen1/profiles?ver=14.1.0.3",
    "isSubcollection": true,
    "items": [
      {
        "kind": "tm:ltm:message-routing:generic:transport-config:profiles:profilesstate",
        "name": "diametersession",
        "partition": "Common",
        "fullPath": "/Common/diametersession",
        "generation": 626,
        "selfLink": "https://localhost/mgmt/tm/ltm/message-routing/generic/transport-config/~Common~gen1/profiles/~Common~diametersession?ver=14.1.0.3",
        "nameReference": {
          "link": "https://localhost/mgmt/tm/ltm/message-routing/diameter/profile/session/~Common~diametersession?ver=14.1.0.3"
        }
      },
      {
        "kind": "tm:ltm:message-routing:generic:transport-config:profiles:profilesstate",
        "name": "tcp",
        "partition": "Common",
        "fullPath": "/Common/tcp",
        "generation": 626,
        "selfLink": "https://localhost/mgmt/tm/ltm/message-routing/generic/transport-config/~Common~gen1/profiles/~Common~tcp?ver=14.1.0.3",
        "nameReference": {
          "link": "https://localhost/mgmt/tm/ltm/profile/tcp/~Common~tcp?ver=14.1.0.3"
        }
      }
    ]
  }
}