Package com.oracle.bmc.waas.requests
Enum ListWafLogsRequest.LogType
- java.lang.Object
-
- java.lang.Enum<ListWafLogsRequest.LogType>
-
- com.oracle.bmc.waas.requests.ListWafLogsRequest.LogType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListWafLogsRequest.LogType>
- Enclosing class:
- ListWafLogsRequest
public static enum ListWafLogsRequest.LogType extends Enum<ListWafLogsRequest.LogType> implements BmcEnum
Filter by log type.For more information about WAF logs, see Logs.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Access
AccessRules
AddressRateLimiting
Captcha
DeviceFingerprintChallenge
HumanInteractionChallenge
JsChallenge
ProtectionRules
ThreatFeeds
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafLogsRequest.LogType
create(String key)
String
getValue()
static ListWafLogsRequest.LogType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWafLogsRequest.LogType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Access
public static final ListWafLogsRequest.LogType Access
-
ProtectionRules
public static final ListWafLogsRequest.LogType ProtectionRules
-
JsChallenge
public static final ListWafLogsRequest.LogType JsChallenge
-
Captcha
public static final ListWafLogsRequest.LogType Captcha
-
AccessRules
public static final ListWafLogsRequest.LogType AccessRules
-
ThreatFeeds
public static final ListWafLogsRequest.LogType ThreatFeeds
-
HumanInteractionChallenge
public static final ListWafLogsRequest.LogType HumanInteractionChallenge
-
DeviceFingerprintChallenge
public static final ListWafLogsRequest.LogType DeviceFingerprintChallenge
-
AddressRateLimiting
public static final ListWafLogsRequest.LogType AddressRateLimiting
-
-
Method Detail
-
values
public static ListWafLogsRequest.LogType[] 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.LogType c : ListWafLogsRequest.LogType.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.LogType 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.LogType create(String key)
-
-