Package com.oracle.bmc.cloudguard.model
Enum DetectorRecipeDetectorRule.ManagedListTypes
- java.lang.Object
-
- java.lang.Enum<DetectorRecipeDetectorRule.ManagedListTypes>
-
- com.oracle.bmc.cloudguard.model.DetectorRecipeDetectorRule.ManagedListTypes
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DetectorRecipeDetectorRule.ManagedListTypes>
- Enclosing class:
- DetectorRecipeDetectorRule
public static enum DetectorRecipeDetectorRule.ManagedListTypes extends Enum<DetectorRecipeDetectorRule.ManagedListTypes> implements BmcEnum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CidrBlock
City
Country
FusionAppsPermission
FusionAppsRole
Generic
Groups
Ipv4Address
Ipv6Address
Region
ResourceOcid
State
Tags
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Users
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectorRecipeDetectorRule.ManagedListTypes
create(String key)
String
getValue()
static DetectorRecipeDetectorRule.ManagedListTypes
valueOf(String name)
Returns the enum constant of this type with the specified name.static DetectorRecipeDetectorRule.ManagedListTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CidrBlock
public static final DetectorRecipeDetectorRule.ManagedListTypes CidrBlock
-
Users
public static final DetectorRecipeDetectorRule.ManagedListTypes Users
-
Groups
public static final DetectorRecipeDetectorRule.ManagedListTypes Groups
-
Ipv4Address
public static final DetectorRecipeDetectorRule.ManagedListTypes Ipv4Address
-
Ipv6Address
public static final DetectorRecipeDetectorRule.ManagedListTypes Ipv6Address
-
ResourceOcid
public static final DetectorRecipeDetectorRule.ManagedListTypes ResourceOcid
-
Region
public static final DetectorRecipeDetectorRule.ManagedListTypes Region
-
Country
public static final DetectorRecipeDetectorRule.ManagedListTypes Country
-
State
public static final DetectorRecipeDetectorRule.ManagedListTypes State
-
City
public static final DetectorRecipeDetectorRule.ManagedListTypes City
-
Tags
public static final DetectorRecipeDetectorRule.ManagedListTypes Tags
-
Generic
public static final DetectorRecipeDetectorRule.ManagedListTypes Generic
-
FusionAppsRole
public static final DetectorRecipeDetectorRule.ManagedListTypes FusionAppsRole
-
FusionAppsPermission
public static final DetectorRecipeDetectorRule.ManagedListTypes FusionAppsPermission
-
UnknownEnumValue
public static final DetectorRecipeDetectorRule.ManagedListTypes UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DetectorRecipeDetectorRule.ManagedListTypes[] 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 (DetectorRecipeDetectorRule.ManagedListTypes c : DetectorRecipeDetectorRule.ManagedListTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DetectorRecipeDetectorRule.ManagedListTypes 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 DetectorRecipeDetectorRule.ManagedListTypes create(String key)
-
-