public static enum DetectorRule.ManagedListTypes extends Enum<DetectorRule.ManagedListTypes> implements BmcEnum
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 DetectorRule.ManagedListTypes |
create(String key) |
String |
getValue() |
static DetectorRule.ManagedListTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorRule.ManagedListTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectorRule.ManagedListTypes CidrBlock
public static final DetectorRule.ManagedListTypes Users
public static final DetectorRule.ManagedListTypes Groups
public static final DetectorRule.ManagedListTypes Ipv4Address
public static final DetectorRule.ManagedListTypes Ipv6Address
public static final DetectorRule.ManagedListTypes ResourceOcid
public static final DetectorRule.ManagedListTypes Region
public static final DetectorRule.ManagedListTypes Country
public static final DetectorRule.ManagedListTypes State
public static final DetectorRule.ManagedListTypes City
public static final DetectorRule.ManagedListTypes Tags
public static final DetectorRule.ManagedListTypes Generic
public static final DetectorRule.ManagedListTypes FusionAppsRole
public static final DetectorRule.ManagedListTypes FusionAppsPermission
public static final DetectorRule.ManagedListTypes UnknownEnumValue
public static DetectorRule.ManagedListTypes[] values()
for (DetectorRule.ManagedListTypes c : DetectorRule.ManagedListTypes.values()) System.out.println(c);
public static DetectorRule.ManagedListTypes 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 DetectorRule.ManagedListTypes create(String key)
Copyright © 2016–2025. All rights reserved.