NSX-T Data Center REST API
ALBHdrMatch (schema)
HdrMatch
Advanced load balancer HdrMatch object
| Name | Description | Type | Notes | 
|---|---|---|---|
| hdr | Hdr Name of the HTTP header whose value is to be matched. | string | Required | 
| match_case | Match case Case sensitivity to use for the match. Enum options - SENSITIVE, INSENSITIVE. Default value when not specified in API or module is interpreted by ALB Controller as INSENSITIVE. | ALBMatchCase | Default: "INSENSITIVE" | 
| match_criteria | Match criteria Criterion to use for matching headers in the HTTP request. Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. | ALBHdrMatchOperation | Required | 
| value | Value String values to match in the HTTP header. | array of string | 
