Enum CreateDistributedAutonomousDatabaseDetails.DbWorkload
- java.lang.Object
-
- java.lang.Enum<CreateDistributedAutonomousDatabaseDetails.DbWorkload>
-
- com.oracle.bmc.distributeddatabase.model.CreateDistributedAutonomousDatabaseDetails.DbWorkload
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<CreateDistributedAutonomousDatabaseDetails.DbWorkload>
- Enclosing class:
- CreateDistributedAutonomousDatabaseDetails
public static enum CreateDistributedAutonomousDatabaseDetails.DbWorkload extends Enum<CreateDistributedAutonomousDatabaseDetails.DbWorkload> implements BmcEnum
Possible workload types.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDistributedAutonomousDatabaseDetails.DbWorkload
create(String key)
String
getValue()
static CreateDistributedAutonomousDatabaseDetails.DbWorkload
valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDistributedAutonomousDatabaseDetails.DbWorkload[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Oltp
public static final CreateDistributedAutonomousDatabaseDetails.DbWorkload Oltp
-
Dw
public static final CreateDistributedAutonomousDatabaseDetails.DbWorkload Dw
-
-
Method Detail
-
values
public static CreateDistributedAutonomousDatabaseDetails.DbWorkload[] 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 (CreateDistributedAutonomousDatabaseDetails.DbWorkload c : CreateDistributedAutonomousDatabaseDetails.DbWorkload.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateDistributedAutonomousDatabaseDetails.DbWorkload 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 CreateDistributedAutonomousDatabaseDetails.DbWorkload create(String key)
-
-