public static enum TargetEntry.EntityType extends Enum<TargetEntry.EntityType> implements BmcEnum
Resource entity type
Enum Constant and Description |
---|
Cloudvmcluster |
Database |
Vmcluster |
Modifier and Type | Method and Description |
---|---|
static TargetEntry.EntityType |
create(String key) |
String |
getValue() |
static TargetEntry.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetEntry.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetEntry.EntityType Database
public static final TargetEntry.EntityType Vmcluster
public static final TargetEntry.EntityType Cloudvmcluster
public static TargetEntry.EntityType[] values()
for (TargetEntry.EntityType c : TargetEntry.EntityType.values()) System.out.println(c);
public static TargetEntry.EntityType 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 TargetEntry.EntityType create(String key)
Copyright © 2016–2025. All rights reserved.