NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
LBTcpHeaderCondition (schema)
Condition to match TCP header fields
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.
Name | Description | Type | Notes |
---|---|---|---|
inverse | A flag to indicate whether reverse the match result of this condition | boolean | Default: "False" |
source_port | TCP source port of HTTP message | PortElement | Required |
type | Must be set to the value LBTcpHeaderCondition | LBRuleConditionType | Required |