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