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 and Description |
---|
Access |
AccessRules |
AddressRateLimiting |
Captcha |
DeviceFingerprintChallenge |
HumanInteractionChallenge |
JsChallenge |
ProtectionRules |
ThreatFeeds |
Modifier and Type | Method and 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.
|
public static final ListWafLogsRequest.LogType Access
public static final ListWafLogsRequest.LogType ProtectionRules
public static final ListWafLogsRequest.LogType JsChallenge
public static final ListWafLogsRequest.LogType Captcha
public static final ListWafLogsRequest.LogType AccessRules
public static final ListWafLogsRequest.LogType ThreatFeeds
public static final ListWafLogsRequest.LogType HumanInteractionChallenge
public static final ListWafLogsRequest.LogType DeviceFingerprintChallenge
public static final ListWafLogsRequest.LogType AddressRateLimiting
public static ListWafLogsRequest.LogType[] values()
for (ListWafLogsRequest.LogType c : ListWafLogsRequest.LogType.values()) System.out.println(c);
public static ListWafLogsRequest.LogType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListWafLogsRequest.LogType create(String key)
Copyright © 2016–2024. All rights reserved.