Enum DatabaseDataSize
- java.lang.Object
-
- java.lang.Enum<DatabaseDataSize>
-
- com.oracle.bmc.databasemigration.model.DatabaseDataSize
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<DatabaseDataSize>
@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public enum DatabaseDataSize extends Enum<DatabaseDataSize> implements BmcEnumThe size of a source database.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Gb100500Gb1050Gb110Gb500Tb1Gb50100GreaterThan50TbLessThan1GbTb1050Tb13Tb310UnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseDataSizecreate(String key)StringgetValue()static DatabaseDataSizevalueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseDataSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LessThan1Gb
public static final DatabaseDataSize LessThan1Gb
-
Gb110
public static final DatabaseDataSize Gb110
-
Gb1050
public static final DatabaseDataSize Gb1050
-
Gb50100
public static final DatabaseDataSize Gb50100
-
Gb100500
public static final DatabaseDataSize Gb100500
-
Gb500Tb1
public static final DatabaseDataSize Gb500Tb1
-
Tb13
public static final DatabaseDataSize Tb13
-
Tb310
public static final DatabaseDataSize Tb310
-
Tb1050
public static final DatabaseDataSize Tb1050
-
GreaterThan50Tb
public static final DatabaseDataSize GreaterThan50Tb
-
UnknownEnumValue
public static final DatabaseDataSize UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DatabaseDataSize[] 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 (DatabaseDataSize c : DatabaseDataSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DatabaseDataSize 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 DatabaseDataSize create(String key)
-
-