@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 and 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.
|
Modifier and Type | Method and 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.
|
public static final AutonomousDatabaseStandbyTypeForDrDrills FullClone
public static final AutonomousDatabaseStandbyTypeForDrDrills RefreshableClone
public static final AutonomousDatabaseStandbyTypeForDrDrills SnapshotStandby
public static final AutonomousDatabaseStandbyTypeForDrDrills UnknownEnumValue
public static AutonomousDatabaseStandbyTypeForDrDrills[] values()
for (AutonomousDatabaseStandbyTypeForDrDrills c : AutonomousDatabaseStandbyTypeForDrDrills.values()) System.out.println(c);
public static AutonomousDatabaseStandbyTypeForDrDrills valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AutonomousDatabaseStandbyTypeForDrDrills create(String key)
Copyright © 2016–2024. All rights reserved.