Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
LBHttpResponseHeaderCondition.Builder |
LBHttpResponseHeaderCondition.Builder.setCaseSensitive(java.lang.Boolean caseSensitive)
If true, case is significant when comparing HTTP header value.
|
LBHttpResponseHeaderCondition.Builder |
LBHttpResponseHeaderCondition.Builder.setHeaderName(java.lang.String headerName)
Name of HTTP header field
|
LBHttpResponseHeaderCondition.Builder |
LBHttpResponseHeaderCondition.Builder.setHeaderValue(java.lang.String headerValue)
Value of HTTP header field
|
LBHttpResponseHeaderCondition.Builder |
LBHttpResponseHeaderCondition.Builder.setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this condition
|
LBHttpResponseHeaderCondition.Builder |
LBHttpResponseHeaderCondition.Builder.setMatchType(java.lang.String matchType)
Possible values are:
LBHttpResponseHeaderCondition.MATCH_TYPE_STARTS_WITH
LBHttpResponseHeaderCondition.MATCH_TYPE_ENDS_WITH
LBHttpResponseHeaderCondition.MATCH_TYPE_EQUALS
LBHttpResponseHeaderCondition.MATCH_TYPE_CONTAINS
LBHttpResponseHeaderCondition.MATCH_TYPE_REGEX
Match type of HTTP header value |