Package com.oracle.bmc.cloudguard.model
Enum ManagedListType
- java.lang.Object
-
- java.lang.Enum<ManagedListType>
-
- com.oracle.bmc.cloudguard.model.ManagedListType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ManagedListType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum ManagedListType extends Enum<ManagedListType> implements BmcEnum
Type of information in the managed list.
-
-
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 ManagedListType
create(String key)
String
getValue()
static ManagedListType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedListType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CidrBlock
public static final ManagedListType CidrBlock
-
Users
public static final ManagedListType Users
-
Groups
public static final ManagedListType Groups
-
Ipv4Address
public static final ManagedListType Ipv4Address
-
Ipv6Address
public static final ManagedListType Ipv6Address
-
ResourceOcid
public static final ManagedListType ResourceOcid
-
Region
public static final ManagedListType Region
-
Country
public static final ManagedListType Country
-
State
public static final ManagedListType State
-
City
public static final ManagedListType City
-
Tags
public static final ManagedListType Tags
-
Generic
public static final ManagedListType Generic
-
FusionAppsRole
public static final ManagedListType FusionAppsRole
-
FusionAppsPermission
public static final ManagedListType FusionAppsPermission
-
UnknownEnumValue
public static final ManagedListType 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 ManagedListType[] 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 (ManagedListType c : ManagedListType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagedListType 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 ManagedListType create(String key)
-
-