Enum AutonomousDatabaseStandbyTypeForDrDrills
- java.lang.Object
-
- java.lang.Enum<AutonomousDatabaseStandbyTypeForDrDrills>
-
- com.oracle.bmc.disasterrecovery.model.AutonomousDatabaseStandbyTypeForDrDrills
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AutonomousDatabaseStandbyTypeForDrDrills>
@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum AutonomousDatabaseStandbyTypeForDrDrills extends Enum<AutonomousDatabaseStandbyTypeForDrDrills> implements BmcEnum
This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills.See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby. - FULL_CLONE - Creates a full clone of the source Autonomous Database with read-write access for DR Drill operations. - REFRESHABLE_CLONE - Creates a full clone of the source Autonomous Database with read-only access for DR Drill operations. - SNAPSHOT_STANDBY - Converts the existing standby Autonomous Database to a snapshot standby for DR Drill operations.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FullClone
RefreshableClone
SnapshotStandby
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutonomousDatabaseStandbyTypeForDrDrills
create(String key)
String
getValue()
static AutonomousDatabaseStandbyTypeForDrDrills
valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousDatabaseStandbyTypeForDrDrills[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FullClone
public static final AutonomousDatabaseStandbyTypeForDrDrills FullClone
-
RefreshableClone
public static final AutonomousDatabaseStandbyTypeForDrDrills RefreshableClone
-
SnapshotStandby
public static final AutonomousDatabaseStandbyTypeForDrDrills SnapshotStandby
-
UnknownEnumValue
public static final AutonomousDatabaseStandbyTypeForDrDrills 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 AutonomousDatabaseStandbyTypeForDrDrills[] 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 (AutonomousDatabaseStandbyTypeForDrDrills c : AutonomousDatabaseStandbyTypeForDrDrills.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AutonomousDatabaseStandbyTypeForDrDrills 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 AutonomousDatabaseStandbyTypeForDrDrills create(String key)
-
-