rangeMatch property

Int64RangeMatch? rangeMatch
getter/setter pair

The header value must be an integer and its value must be in the range specified in rangeMatch.

If the header does not contain an integer, number or is empty, the match fails. For example for a range [-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. rangeMatch is not supported for load balancers that have loadBalancingScheme set to EXTERNAL.

Implementation

Int64RangeMatch? rangeMatch;