@Generated(value="OracleSDKGenerator", comments="API Version: 20230501") public enum TrafficInspectionType extends Enum<TrafficInspectionType> 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 TrafficInspectionType |
create(String key) |
String |
getValue() |
static TrafficInspectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficInspectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrafficInspectionType IntrusionDetection
public static final TrafficInspectionType IntrusionPrevention
public static final TrafficInspectionType UnknownEnumValue
public static TrafficInspectionType[] values()
for (TrafficInspectionType c : TrafficInspectionType.values()) System.out.println(c);
public static TrafficInspectionType 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 TrafficInspectionType create(String key)
Copyright © 2016–2024. All rights reserved.