@Generated(value="OracleSDKGenerator", comments="API Version: 20181116") public final class CustomProtectionRuleSetting extends Object
The OCID and action of a custom protection rule.
Note: Objects should always be created or deserialized using the CustomProtectionRuleSetting.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CustomProtectionRuleSetting.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CustomProtectionRuleSetting.Action
The action to take when the custom protection rule is triggered.
|
static class |
CustomProtectionRuleSetting.Builder |
Constructor and Description |
---|
CustomProtectionRuleSetting(String id,
CustomProtectionRuleSetting.Action action,
List<ProtectionRuleExclusion> exclusions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CustomProtectionRuleSetting.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
CustomProtectionRuleSetting.Action |
getAction()
The action to take when the custom protection rule is triggered.
|
List<ProtectionRuleExclusion> |
getExclusions() |
String |
getId()
The OCID of the custom protection rule.
|
int |
hashCode() |
CustomProtectionRuleSetting.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","action","exclusions"}) @Deprecated public CustomProtectionRuleSetting(String id, CustomProtectionRuleSetting.Action action, List<ProtectionRuleExclusion> exclusions)
public static CustomProtectionRuleSetting.Builder builder()
Create a new builder.
public CustomProtectionRuleSetting.Builder toBuilder()
public CustomProtectionRuleSetting.Action getAction()
The action to take when the custom protection rule is triggered.
DETECT
- Logs the request when the criteria of the custom protection rule are met. BLOCK
- Blocks the request when the criteria of the custom protection rule are met.
public List<ProtectionRuleExclusion> getExclusions()
Copyright © 2016–2022. All rights reserved.