Uses of Class
com.oracle.bmc.waas.model.ProtectionRule.Action
-
Packages that use ProtectionRule.Action Package Description com.oracle.bmc.waas.model -
-
Uses of ProtectionRule.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionRule.Action Modifier and Type Method Description static ProtectionRule.Action
ProtectionRule.Action. create(String key)
ProtectionRule.Action
ProtectionRule. getAction()
The action to take when the traffic is detected as malicious.static ProtectionRule.Action
ProtectionRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectionRule.Action[]
ProtectionRule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type ProtectionRule.Action Modifier and Type Method Description ProtectionRule.Builder
ProtectionRule.Builder. action(ProtectionRule.Action action)
The action to take when the traffic is detected as malicious.Constructors in com.oracle.bmc.waas.model with parameters of type ProtectionRule.Action Constructor Description ProtectionRule(String key, List<String> modSecurityRuleIds, String name, String description, ProtectionRule.Action action, List<String> labels, List<ProtectionRuleExclusion> exclusions)
Deprecated.
-