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> |
ProtectionRule.getExclusions() |
List<ProtectionRuleExclusion> |
ProtectionRuleAction.getExclusions()
The types of requests excluded from the protection rule action.
|
Modifier and Type | Method and Description |
---|---|
ProtectionRuleExclusion.Builder |
ProtectionRuleExclusion.Builder.copy(ProtectionRuleExclusion o) |
Modifier and Type | Method and Description |
---|---|
ProtectionRule.Builder |
ProtectionRule.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
ProtectionRuleAction.Builder |
ProtectionRuleAction.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
Constructor and Description |
---|
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.
|
Copyright © 2016–2019. All rights reserved.