LbIpHeaderCondition

LbIpHeaderCondition
LbIpHeaderCondition

This condition is used to match IP header fields of HTTP messages. Either source_address or group_id should be specified.

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