Package com.oracle.bmc.cloudguard.model
Enum DetectorRecipeDetectorRuleSummary.ManagedListTypes
- java.lang.Object
-
- java.lang.Enum<DetectorRecipeDetectorRuleSummary.ManagedListTypes>
-
- com.oracle.bmc.cloudguard.model.DetectorRecipeDetectorRuleSummary.ManagedListTypes
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DetectorRecipeDetectorRuleSummary.ManagedListTypes>
- Enclosing class:
- DetectorRecipeDetectorRuleSummary
public static enum DetectorRecipeDetectorRuleSummary.ManagedListTypes extends Enum<DetectorRecipeDetectorRuleSummary.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 DetectorRecipeDetectorRuleSummary.ManagedListTypes
create(String key)
String
getValue()
static DetectorRecipeDetectorRuleSummary.ManagedListTypes
valueOf(String name)
Returns the enum constant of this type with the specified name.static DetectorRecipeDetectorRuleSummary.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 DetectorRecipeDetectorRuleSummary.ManagedListTypes CidrBlock
-
Users
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Users
-
Groups
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Groups
-
Ipv4Address
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Ipv4Address
-
Ipv6Address
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Ipv6Address
-
ResourceOcid
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes ResourceOcid
-
Region
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Region
-
Country
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Country
-
State
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes State
-
City
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes City
-
Tags
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Tags
-
Generic
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes Generic
-
FusionAppsRole
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes FusionAppsRole
-
FusionAppsPermission
public static final DetectorRecipeDetectorRuleSummary.ManagedListTypes FusionAppsPermission
-
UnknownEnumValue
public static final DetectorRecipeDetectorRuleSummary.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 DetectorRecipeDetectorRuleSummary.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 (DetectorRecipeDetectorRuleSummary.ManagedListTypes c : DetectorRecipeDetectorRuleSummary.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 DetectorRecipeDetectorRuleSummary.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 DetectorRecipeDetectorRuleSummary.ManagedListTypes create(String key)
-
-