NSX-T Data Center REST API
ALBWafExclusionType (schema)
WafExclusionType
Advanced load balancer WafExclusionType object
| Name | Description | Type | Notes | 
|---|---|---|---|
| match_case | Match case Case sensitivity to use for the matching. Enum options - SENSITIVE, INSENSITIVE. Default value when not specified in API or module is interpreted by ALB Controller as SENSITIVE. | ALBMatchCase | Default: "SENSITIVE" | 
| match_op | Match op String Operation to use for matching the Exclusion. Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, REGEX_DOES_NOT_MATCH. Default value when not specified in API or module is interpreted by ALB Controller as EQUALS. | ALBStringOperation | Default: "EQUALS" | 
