{ "additionalProperties": false, "description": "Advanced load balancer L4RulePortMatch object", "id": "ALBL4RulePortMatch", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "match_criteria": { "$ref": "ALBMatchOperation, "description": "Criterion to use for Virtual Service port matching. Enum options - IS_IN, IS_NOT_IN.", "required": true, "title": "Match criteria" }, "port_ranges": { "description": "Range of TCP/UDP port numbers of the Virtual Service.", "items": { "$ref": "ALBPortRange }, "required": false, "title": "Port ranges", "type": "array" }, "ports": { "description": "Virtual Service's listening port(s). Allowed values are 1-65535.", "items": { "type": "integer" }, "required": false, "title": "Ports", "type": "array" } }, "title": "L4RulePortMatch", "type": "object" }