public static enum TargetDetectorRecipeDetectorRule.ManagedListTypes extends Enum<TargetDetectorRecipeDetectorRule.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 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.
|
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes CidrBlock
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Users
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Groups
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Ipv4Address
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Ipv6Address
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes ResourceOcid
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Region
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Country
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes State
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes City
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Tags
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes Generic
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes FusionAppsRole
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes FusionAppsPermission
public static final TargetDetectorRecipeDetectorRule.ManagedListTypes UnknownEnumValue
public static TargetDetectorRecipeDetectorRule.ManagedListTypes[] values()
for (TargetDetectorRecipeDetectorRule.ManagedListTypes c : TargetDetectorRecipeDetectorRule.ManagedListTypes.values()) System.out.println(c);
public static TargetDetectorRecipeDetectorRule.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 TargetDetectorRecipeDetectorRule.ManagedListTypes create(String key)
Copyright © 2016–2024. All rights reserved.