Package com.oracle.bmc.database.model
Enum CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth
- java.lang.Object
-
- java.lang.Enum<CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth>
-
- com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth>
- Enclosing class:
- CreateAutonomousContainerDatabaseFromBackupDetails
public static enum CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth extends Enum<CreateAutonomousContainerDatabaseFromBackupDetails.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 CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidthcreate(String key)StringgetValue()static CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidthvalueOf(String name)Returns the enum constant of this type with the specified name.static CreateAutonomousContainerDatabaseFromBackupDetails.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 CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth Slow
-
Medium
public static final CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth Medium
-
Fast
public static final CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth Fast
-
-
Method Detail
-
values
public static CreateAutonomousContainerDatabaseFromBackupDetails.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 (CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth c : CreateAutonomousContainerDatabaseFromBackupDetails.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 CreateAutonomousContainerDatabaseFromBackupDetails.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 CreateAutonomousContainerDatabaseFromBackupDetails.CloneBandWidth create(String key)
-
-