blob: daf43e2cd345934d97122af88c1f7d16e7eb2358 [file] [log] [blame]
{
"name": "lb-1",
"description": "Example Load Balancer",
"networkId": "net-1",
"vip": "10.10.10.10",
"members": [
"10.10.10.11",
"10.10.10.12"
],
"rules": [
{
"protocol": "tcp",
"portRangeMax": 8000,
"portRangeMin": 7000
},
{
"protocol": "udp",
"portRangeMax": 9000,
"portRangeMin": 8000
}
]
}