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