Package com.oracle.bmc.waas.requests
Enum ListWafLogsRequest.Action
- java.lang.Object
-
- java.lang.Enum<ListWafLogsRequest.Action>
-
- com.oracle.bmc.waas.requests.ListWafLogsRequest.Action
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListWafLogsRequest.Action>
- Enclosing class:
- ListWafLogsRequest
public static enum ListWafLogsRequest.Action extends Enum<ListWafLogsRequest.Action> implements BmcEnum
Filters logs by Web Application Firewall action.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Block
Bypass
Detect
Log
Redirected
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafLogsRequest.Action
create(String key)
String
getValue()
static ListWafLogsRequest.Action
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWafLogsRequest.Action[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Block
public static final ListWafLogsRequest.Action Block
-
Detect
public static final ListWafLogsRequest.Action Detect
-
Bypass
public static final ListWafLogsRequest.Action Bypass
-
Log
public static final ListWafLogsRequest.Action Log
-
Redirected
public static final ListWafLogsRequest.Action Redirected
-
-
Method Detail
-
values
public static ListWafLogsRequest.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 (ListWafLogsRequest.Action c : ListWafLogsRequest.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 ListWafLogsRequest.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 ListWafLogsRequest.Action create(String key)
-
-