blob: daf43e2cd345934d97122af88c1f7d16e7eb2358 [file] [log] [blame]
Jian Lidaa7d6a2021-04-13 17:22:56 +09001{
2 "name": "lb-1",
3 "description": "Example Load Balancer",
4 "networkId": "net-1",
5 "vip": "10.10.10.10",
6 "members": [
7 "10.10.10.11",
8 "10.10.10.12"
9 ],
10 "rules": [
11 {
12 "protocol": "tcp",
13 "portRangeMax": 8000,
14 "portRangeMin": 7000
15 },
16 {
17 "protocol": "udp",
18 "portRangeMax": 9000,
19 "portRangeMin": 8000
20 }
21 ]
22}