L4RulePortMatch

L4RulePortMatch
L4RulePortMatch
JSON Example
{
    "match_criteria": "string",
    "port_ranges": [
        {
            "end": 0,
            "start": 0
        }
    ],
    "ports": [
        0
    ]
}
string
match_criteria
Required

Criterion to use for Virtual Service port matching. Enum options - IS_IN, IS_NOT_IN. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of PortRange
port_ranges
Optional

Range of TCP/UDP port numbers of the Virtual Service. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of integer
ports
Optional

Virtual Service's listening port(s). Allowed values are 1-65535. Field introduced in 17.2.7. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.