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