EdgeVirtualServiceIpAddressMatch
EdgeVirtualServiceIpAddressMatch
Defines an IP address match criterion.
JSON Example
{
"matchCriteria": "string",
"addresses": [
"string"
]
}
string
As ^(?!\s+$).+
matchCriteria
Required
Criterion to use for IP address matching the HTTP request. Options - IS_IN, IS_NOT_IN.
array of
string
addresses
Required
Constraints:
minItems: 1
Either a single IP address, a range of IP addresses or a network CIDR. Must contain at least one item.