LBTcpHeaderCondition
This condition is used to match TCP header fields of HTTP messages. Currently, only the TCP source port is supported. Ports can be expressed as a single port number like 80, or a port range like 1024-1030.
Properties
boolean
inverse
Optional
A flag to indicate whether reverse the match result of this condition
string
source_port
Optional
TCP source port of HTTP message
string
type
Required
Type of load balancer rule condition
Possible values are: LBHttpRequestUriCondition, LBHttpRequestHeaderCondition, LBHttpRequestMethodCondition, LBHttpRequestUriArgumentsCondition, LBHttpRequestVersionCondition, LBHttpRequestCookieCondition, LBHttpRequestBodyCondition, LBHttpResponseHeaderCondition, LBTcpHeaderCondition, LBIpHeaderCondition, LBVariableCondition, LBHttpSslCondition
JSON Example
{
"type": "string"
}