NSX-T Data Center REST API
ALBL4RuleProtocolMatch (type)
{
"additionalProperties": false,
"description": "Advanced load balancer L4RuleProtocolMatch object",
"id": "ALBL4RuleProtocolMatch",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"match_criteria": {
"$ref": "ALBMatchOperation,
"description": "Criterion to use for transport protocol matching. Enum options - IS_IN, IS_NOT_IN.",
"required": true,
"title": "Match criteria"
},
"protocol": {
"$ref": "ALBProtocol,
"description": "Transport protocol to match. Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP.",
"required": true,
"title": "Protocol"
}
},
"title": "L4RuleProtocolMatch",
"type": "object"
}