ALBIpAddrMatch (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer IpAddrMatch object", 
  "id": "ALBIpAddrMatch", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "addrs": {
      "description": "IP address(es).", 
      "items": {
        "$ref": "ALBIpAddr
      }, 
      "required": false, 
      "title": "Addrs", 
      "type": "array"
    }, 
    "group_paths": {
      "description": "path of IP address group(s). It is a reference to an object of type IpAddrGroup.", 
      "items": {
        "type": "string"
      }, 
      "required": false, 
      "title": "Group paths", 
      "type": "array"
    }, 
    "match_criteria": {
      "$ref": "ALBMatchOperation, 
      "description": "Criterion to use for IP address matching the HTTP request. Enum options - IS_IN, IS_NOT_IN.", 
      "required": true, 
      "title": "Match criteria"
    }, 
    "prefixes": {
      "description": "IP address prefix(es).", 
      "items": {
        "$ref": "ALBIpAddrPrefix
      }, 
      "required": false, 
      "title": "Prefixes", 
      "type": "array"
    }, 
    "ranges": {
      "description": "IP address range(s).", 
      "items": {
        "$ref": "ALBIpAddrRange
      }, 
      "required": false, 
      "title": "Ranges", 
      "type": "array"
    }
  }, 
  "title": "IpAddrMatch", 
  "type": "object"
}