public static enum ListWafBlockedRequestsRequest.WafFeature extends Enum<ListWafBlockedRequestsRequest.WafFeature> implements BmcEnum
Filter stats by the Web Application Firewall feature that triggered the block action. If unspecified, data for all WAF features will be returned.
Enum Constant and Description |
---|
AccessRules |
AddressRateLimiting |
Captcha |
DeviceFingerprintChallenge |
HumanInteractionChallenge |
JsChallenge |
ProtectionRules |
ThreatFeeds |
Modifier and Type | Method and Description |
---|---|
static ListWafBlockedRequestsRequest.WafFeature |
create(String key) |
String |
getValue() |
static ListWafBlockedRequestsRequest.WafFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListWafBlockedRequestsRequest.WafFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListWafBlockedRequestsRequest.WafFeature ProtectionRules
public static final ListWafBlockedRequestsRequest.WafFeature JsChallenge
public static final ListWafBlockedRequestsRequest.WafFeature AccessRules
public static final ListWafBlockedRequestsRequest.WafFeature ThreatFeeds
public static final ListWafBlockedRequestsRequest.WafFeature HumanInteractionChallenge
public static final ListWafBlockedRequestsRequest.WafFeature DeviceFingerprintChallenge
public static final ListWafBlockedRequestsRequest.WafFeature Captcha
public static final ListWafBlockedRequestsRequest.WafFeature AddressRateLimiting
public static ListWafBlockedRequestsRequest.WafFeature[] values()
for (ListWafBlockedRequestsRequest.WafFeature c : ListWafBlockedRequestsRequest.WafFeature.values()) System.out.println(c);
public static ListWafBlockedRequestsRequest.WafFeature 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 ListWafBlockedRequestsRequest.WafFeature create(String key)
Copyright © 2016–2024. All rights reserved.