| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setClientSubnet(ALBIpAddrPrefix clientSubnet) |
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setDescription(java.lang.String description)
Free-text comment about this exclusion.
|
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setMatchElement(java.lang.String matchElement)
The match_element can be 'ARGS xxx', 'ARGS_GET xxx', 'ARGS_POST xxx',
'ARGS_NAMES xxx', 'FILES xxx', 'QUERY_STRING', 'REQUEST_BASENAME',
'REQUEST_BODY', 'REQUEST_URI', 'REQUEST_URI_RAW', 'REQUEST_COOKIES xxx',
'REQUEST_HEADERS xxx' or 'RESPONSE_HEADERS xxx'.
|
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setMatchElementCriteria(ALBWafExclusionType matchElementCriteria) |
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setUriMatchCriteria(ALBWafExclusionType uriMatchCriteria) |
ALBWafExcludeListEntry.Builder |
ALBWafExcludeListEntry.Builder.setUriPath(java.lang.String uriPath)
URI Path to exclude for WAF rules.
|