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