ALBL4RuleMatchTarget (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer L4RuleMatchTarget object", 
  "id": "ALBL4RuleMatchTarget", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "client_ip": {
      "$ref": "ALBIpAddrMatch, 
      "description": "IP addresses to match against client IP.", 
      "required": false, 
      "title": "Client ip"
    }, 
    "port": {
      "$ref": "ALBL4RulePortMatch, 
      "description": "Port number to match against Virtual Service listner port.", 
      "required": false, 
      "title": "Port"
    }, 
    "protocol": {
      "$ref": "ALBL4RuleProtocolMatch, 
      "description": "TCP/UDP/ICMP protocol to match against transport protocol.", 
      "required": false, 
      "title": "Protocol"
    }
  }, 
  "title": "L4RuleMatchTarget", 
  "type": "object"
}