{ "additionalProperties": false, "description": "Advanced load balancer PerformanceLimits object", "id": "ALBPerformanceLimits", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "max_concurrent_connections": { "description": "The maximum number of concurrent client conections allowed to the Virtual Service.", "required": false, "title": "Max concurrent connections", "type": "integer" }, "max_throughput": { "description": "The maximum throughput per second for all clients allowed through the client side of the Virtual Service.", "required": false, "title": "Max throughput", "type": "integer" } }, "title": "PerformanceLimits", "type": "object" }