NSX-T Data Center REST API
ALBWafExclusionType (type)
{
"additionalProperties": false,
"description": "Advanced load balancer WafExclusionType object",
"id": "ALBWafExclusionType",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"match_case": {
"$ref": "ALBMatchCase,
"default": "SENSITIVE",
"description": "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.",
"required": false,
"title": "Match case"
},
"match_op": {
"$ref": "ALBStringOperation,
"default": "EQUALS",
"description": "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.",
"required": false,
"title": "Match op"
}
},
"title": "WafExclusionType",
"type": "object"
}