summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_net_tunnel_1.json
blob: dd0e484268bc47ae5cc516ac874a92ec977e8802 (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
{
    "kind": "tm:net:tunnels:tunnel:tunnelstate",
    "name": "tunnel1",
    "partition": "Common",
    "fullPath": "/Common/tunnel1",
    "generation": 3713,
    "selfLink": "https://localhost/mgmt/tm/net/tunnels/tunnel/~Common~tunnel1?ver=13.1.0.7",
    "autoLasthop": "default",
    "description": "my other tunnel",
    "idleTimeout": 300,
    "ifIndex": 736,
    "key": 0,
    "localAddress": "3.3.3.3",
    "mode": "bidirectional",
    "mtu": 1000,
    "profile": "/Common/ipip",
    "profileReference": {
        "link": "https://localhost/mgmt/tm/net/tunnels/ipip/~Common~ipip?ver=13.1.0.7"
    },
    "remoteAddress": "4.4.4.4",
    "secondaryAddress": "any6",
    "tos": "preserve",
    "transparent": "disabled",
    "usePmtu": "enabled"
}