summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_virtual_3.json
blob: e1b0c7c270b8c9d9cf809a3a690ae4f3d69e46b4 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
    "kind": "tm:ltm:virtual:virtualstate",
    "name": "my-virtual-server",
    "partition": "Common",
    "fullPath": "/Common/my-virtual-server",
    "generation": 340,
    "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server?expandSubcollections=true&ver=12.0.0",
    "addressStatus": "yes",
    "autoLasthop": "default",
    "cmpEnabled": "yes",
    "connectionLimit": 0,
    "description": "Test Virtual Server",
    "destination": "/Common/10.10.10.10:443",
    "enabled": true,
    "gtmScore": 0,
    "ipProtocol": "tcp",
    "mask": "255.255.255.255",
    "mirror": "disabled",
    "mobileAppTunnel": "disabled",
    "nat64": "disabled",
    "rateLimit": "disabled",
    "rateLimitDstMask": 0,
    "rateLimitMode": "object",
    "rateLimitSrcMask": 0,
    "serviceDownImmediateAction": "none",
    "source": "0.0.0.0/0",
    "sourceAddressTranslation": {
        "type": "automap"
    },
    "sourcePort": "preserve",
    "synCookieStatus": "not-activated",
    "translateAddress": "enabled",
    "translatePort": "enabled",
    "vlansDisabled": true,
    "vsIndex": 38,
    "rules": [
        "/Common/web_logging"
    ],
    "rulesReference": [
        {
            "link": "https://localhost/mgmt/tm/ltm/rule/~Common~web_logging?ver=12.0.0"
        }
    ],
    "policiesReference": {
        "link": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/policies?ver=12.0.0",
        "isSubcollection": true,
        "items": [
            {
                "kind": "tm:ltm:virtual:policies:policiesstate",
                "name": "policy1",
                "partition": "Common",
                "fullPath": "/Common/policy1",
                "generation": 340,
                "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/policies/~Common~policy1?ver=12.0.0",
                "nameReference": {
                    "link": "https://localhost/mgmt/tm/ltm/policy/~Common~policy1?ver=12.0.0"
                }
            }
        ]
    },
    "profilesReference": {
        "link": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/profiles?ver=12.0.0",
        "isSubcollection": true,
        "items": [
            {
                "kind": "tm:ltm:virtual:profiles:profilesstate",
                "name": "clientssl",
                "partition": "Common",
                "fullPath": "/Common/clientssl",
                "generation": 338,
                "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/profiles/~Common~clientssl?ver=12.0.0",
                "context": "clientside",
                "nameReference": {
                    "link": "https://localhost/mgmt/tm/ltm/profile/client-ssl/~Common~clientssl?ver=12.0.0"
                }
            },
            {
                "kind": "tm:ltm:virtual:profiles:profilesstate",
                "name": "http",
                "partition": "Common",
                "fullPath": "/Common/http",
                "generation": 338,
                "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/profiles/~Common~http?ver=12.0.0",
                "context": "all",
                "nameReference": {
                    "link": "https://localhost/mgmt/tm/ltm/profile/http/~Common~http?ver=12.0.0"
                }
            },
            {
                "kind": "tm:ltm:virtual:profiles:profilesstate",
                "name": "tcp",
                "partition": "Common",
                "fullPath": "/Common/tcp",
                "generation": 338,
                "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/profiles/~Common~tcp?ver=12.0.0",
                "context": "clientside",
                "nameReference": {
                    "link": "https://localhost/mgmt/tm/ltm/profile/tcp/~Common~tcp?ver=12.0.0"
                }
            },
            {
                "kind": "tm:ltm:virtual:profiles:profilesstate",
                "name": "tcp-legacy",
                "partition": "Common",
                "fullPath": "/Common/tcp-legacy",
                "generation": 338,
                "selfLink": "https://localhost/mgmt/tm/ltm/virtual/~Common~my-virtual-server/profiles/~Common~tcp-legacy?ver=12.0.0",
                "context": "serverside",
                "nameReference": {
                    "link": "https://localhost/mgmt/tm/ltm/profile/tcp/~Common~tcp-legacy?ver=12.0.0"
                }
            }
        ]
    }
}