Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
ProtectionRule.Builder |
ProtectionRule.Builder.action(ProtectionRule.Action action)
The action to take when the traffic is detected as malicious.
|
static ProtectionRule.Builder |
ProtectionRule.builder()
Create a new builder.
|
ProtectionRule.Builder |
ProtectionRule.Builder.copy(ProtectionRule model) |
ProtectionRule.Builder |
ProtectionRule.Builder.description(String description)
The description of the protection rule.
|
ProtectionRule.Builder |
ProtectionRule.Builder.exclusions(List<ProtectionRuleExclusion> exclusions) |
ProtectionRule.Builder |
ProtectionRule.Builder.key(String key)
The unique key of the protection rule.
|
ProtectionRule.Builder |
ProtectionRule.Builder.labels(List<String> labels)
The list of labels for the protection rule.
|
ProtectionRule.Builder |
ProtectionRule.Builder.modSecurityRuleIds(List<String> modSecurityRuleIds)
The list of the ModSecurity rule IDs that apply to this protection rule.
|
ProtectionRule.Builder |
ProtectionRule.Builder.name(String name)
The name of the protection rule.
|
ProtectionRule.Builder |
ProtectionRule.toBuilder() |
Copyright © 2016–2024. All rights reserved.