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