public static enum SecurityRule.Inspection extends Enum<SecurityRule.Inspection> implements BmcEnum
Type of inspection to affect the Traffic flow. This is only applicable if action is INSPECT.
INTRUSION_DETECTION - Intrusion Detection. * INTRUSION_PREVENTION - Intrusion Detection
and Prevention. Traffic classified as potentially malicious will be rejected as described in
type
.
Enum Constant and Description |
---|
IntrusionDetection |
IntrusionPrevention |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static SecurityRule.Inspection |
create(String key) |
String |
getValue() |
static SecurityRule.Inspection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityRule.Inspection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityRule.Inspection IntrusionDetection
public static final SecurityRule.Inspection IntrusionPrevention
public static final SecurityRule.Inspection UnknownEnumValue
public static SecurityRule.Inspection[] values()
for (SecurityRule.Inspection c : SecurityRule.Inspection.values()) System.out.println(c);
public static SecurityRule.Inspection 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 SecurityRule.Inspection create(String key)
Copyright © 2016–2023. All rights reserved.