Package com.oracle.bmc.database.model
Enum CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth
- java.lang.Object
-
- java.lang.Enum<CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth>
-
- com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth>
- Enclosing class:
- CreateAutonomousContainerDatabaseFromBackupTimestampDetails
public static enum CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth extends Enum<CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth> implements BmcEnum
The speed at which the Autonomous Container Database Clone from backup operation to be performed by OCI.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthcreate(String key)StringgetValue()static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidthvalueOf(String name)Returns the enum constant of this type with the specified name.static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Slow
public static final CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Slow
-
Medium
public static final CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Medium
-
Fast
public static final CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth Fast
-
-
Method Detail
-
values
public static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth[] 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 (CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth c : CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth 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 CreateAutonomousContainerDatabaseFromBackupTimestampDetails.CloneBandWidth create(String key)
-
-