Enum TargetEntry.EntityType
- java.lang.Object
-
- java.lang.Enum<TargetEntry.EntityType>
-
- com.oracle.bmc.fleetsoftwareupdate.model.TargetEntry.EntityType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<TargetEntry.EntityType>
- Enclosing class:
- TargetEntry
public static enum TargetEntry.EntityType extends Enum<TargetEntry.EntityType> implements BmcEnum
Resource entity type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CloudvmclusterDatabaseVmcluster
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetEntry.EntityTypecreate(String key)StringgetValue()static TargetEntry.EntityTypevalueOf(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.
-
-
-
Enum Constant Detail
-
Database
public static final TargetEntry.EntityType Database
-
Vmcluster
public static final TargetEntry.EntityType Vmcluster
-
Cloudvmcluster
public static final TargetEntry.EntityType Cloudvmcluster
-
-
Method Detail
-
values
public static TargetEntry.EntityType[] 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 (TargetEntry.EntityType c : TargetEntry.EntityType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TargetEntry.EntityType 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 TargetEntry.EntityType create(String key)
-
-