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