Package com.oracle.bmc.waas.requests
Enum ListProtectionRulesRequest.Action
- java.lang.Object
-
- java.lang.Enum<ListProtectionRulesRequest.Action>
-
- com.oracle.bmc.waas.requests.ListProtectionRulesRequest.Action
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListProtectionRulesRequest.Action>
- Enclosing class:
- ListProtectionRulesRequest
public static enum ListProtectionRulesRequest.Action extends Enum<ListProtectionRulesRequest.Action> implements BmcEnum
Filter rules using a list of actions.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListProtectionRulesRequest.Action
create(String key)
String
getValue()
static ListProtectionRulesRequest.Action
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListProtectionRulesRequest.Action[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Off
public static final ListProtectionRulesRequest.Action Off
-
Detect
public static final ListProtectionRulesRequest.Action Detect
-
Block
public static final ListProtectionRulesRequest.Action Block
-
-
Method Detail
-
values
public static ListProtectionRulesRequest.Action[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListProtectionRulesRequest.Action c : ListProtectionRulesRequest.Action.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListProtectionRulesRequest.Action valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListProtectionRulesRequest.Action create(String key)
-
-