| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBWafExcludeListEntry |
ALBWafExcludeListEntry._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ALBWafExcludeListEntry |
ALBWafExcludeListEntry._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBWafExcludeListEntry |
ALBWafExcludeListEntry.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBWafExcludeListEntry> |
ALBWafRuleOverrides.getExcludeList()
Replace the exclude list for this rule.
|
java.util.List<ALBWafExcludeListEntry> |
ALBWafRuleGroupOverrides.getExcludeList()
Replace the exclude list for this group.
|
java.util.List<ALBWafExcludeListEntry> |
ALBWafRuleGroup.getExcludeList()
Exclude list for the WAF rule group.
|
java.util.List<ALBWafExcludeListEntry> |
ALBWafRule.getExcludeList()
Exclude list for the WAF rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBWafRuleOverrides.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Replace the exclude list for this rule.
|
ALBWafRuleOverrides.Builder |
ALBWafRuleOverrides.Builder.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Replace the exclude list for this rule.
|
void |
ALBWafRuleGroupOverrides.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Replace the exclude list for this group.
|
ALBWafRuleGroupOverrides.Builder |
ALBWafRuleGroupOverrides.Builder.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Replace the exclude list for this group.
|
void |
ALBWafRuleGroup.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Exclude list for the WAF rule group.
|
ALBWafRuleGroup.Builder |
ALBWafRuleGroup.Builder.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Exclude list for the WAF rule group.
|
void |
ALBWafRule.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Exclude list for the WAF rule.
|
ALBWafRule.Builder |
ALBWafRule.Builder.setExcludeList(java.util.List<ALBWafExcludeListEntry> excludeList)
Exclude list for the WAF rule.
|