Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
ProtectionRuleExclusion |
ProtectionRuleExclusion.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProtectionRuleExclusion> |
CustomProtectionRuleSetting.getExclusions() |
List<ProtectionRuleExclusion> |
WaasPolicyCustomProtectionRuleSummary.getExclusions() |
List<ProtectionRuleExclusion> |
ProtectionRuleAction.getExclusions()
The types of requests excluded from the protection rule action.
|
List<ProtectionRuleExclusion> |
ProtectionRule.getExclusions() |
Modifier and Type | Method and Description |
---|---|
ProtectionRuleExclusion.Builder |
ProtectionRuleExclusion.Builder.copy(ProtectionRuleExclusion model) |
Modifier and Type | Method and Description |
---|---|
CustomProtectionRuleSetting.Builder |
CustomProtectionRuleSetting.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
WaasPolicyCustomProtectionRuleSummary.Builder |
WaasPolicyCustomProtectionRuleSummary.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
ProtectionRuleAction.Builder |
ProtectionRuleAction.Builder.exclusions(List<ProtectionRuleExclusion> exclusions)
The types of requests excluded from the protection rule action.
|
ProtectionRule.Builder |
ProtectionRule.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
Constructor and Description |
---|
CustomProtectionRuleSetting(String id,
CustomProtectionRuleSetting.Action action,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
ProtectionRule(String key,
List<String> modSecurityRuleIds,
String name,
String description,
ProtectionRule.Action action,
List<String> labels,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
ProtectionRuleAction(String key,
ProtectionRuleAction.Action action,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
WaasPolicyCustomProtectionRuleSummary(String id,
String displayName,
WaasPolicyCustomProtectionRuleSummary.Action action,
List<String> modSecurityRuleIds,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.