@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public enum ManagedListType extends Enum<ManagedListType> implements BmcEnum
Type of information in the managed list.
Enum Constant and 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 |
Modifier and Type | Method and 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.
|
public static final ManagedListType CidrBlock
public static final ManagedListType Users
public static final ManagedListType Groups
public static final ManagedListType Ipv4Address
public static final ManagedListType Ipv6Address
public static final ManagedListType ResourceOcid
public static final ManagedListType Region
public static final ManagedListType Country
public static final ManagedListType State
public static final ManagedListType City
public static final ManagedListType Tags
public static final ManagedListType Generic
public static final ManagedListType FusionAppsRole
public static final ManagedListType FusionAppsPermission
public static final ManagedListType UnknownEnumValue
public static ManagedListType[] values()
for (ManagedListType c : ManagedListType.values()) System.out.println(c);
public static ManagedListType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ManagedListType create(String key)
Copyright © 2016–2024. All rights reserved.