Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static ProtectionRule.Action |
ProtectionRule.Action.create(String key) |
ProtectionRule.Action |
ProtectionRule.getAction()
The action to take when the traffic is detected as malicious.
|
static ProtectionRule.Action |
ProtectionRule.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionRule.Action[] |
ProtectionRule.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Constructor and Description |
---|
ProtectionRule(String key,
List<String> modSecurityRuleIds,
String name,
String description,
ProtectionRule.Action action,
List<String> labels,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.