LBIpHeaderCondition

LBIpHeaderCondition
LBIpHeaderCondition

This condition is used to match IP header fields of HTTP messages. Currently, only the source IP address is supported. IP addresses can be expressed as a single IP address like 10.1.1.1, or a range of IP addresses like 10.1.1.101-10.1.1.160. Both IPv4 and IPv6 addresses are supported.

AllOf
This class requires all of the following:
JSON Example
{
    "inverse": false,
    "type": "string",
    "source_address": "string"
}