Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
static CustomProtectionRuleSetting.Action |
CustomProtectionRuleSetting.Action.create(String key) |
CustomProtectionRuleSetting.Action |
CustomProtectionRuleSetting.getAction()
The action to take when the custom protection rule is triggered.
|
static CustomProtectionRuleSetting.Action |
CustomProtectionRuleSetting.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomProtectionRuleSetting.Action[] |
CustomProtectionRuleSetting.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CustomProtectionRuleSetting.Builder |
CustomProtectionRuleSetting.Builder.action(CustomProtectionRuleSetting.Action action)
The action to take when the custom protection rule is triggered.
|
Constructor and Description |
---|
CustomProtectionRuleSetting(String id,
CustomProtectionRuleSetting.Action action,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.