@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum AutonomousContainerDatabaseSnapshotStandbyConnectionStringType extends Enum<AutonomousContainerDatabaseSnapshotStandbyConnectionStringType> implements BmcEnum
The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types. - SNAPSHOT_SERVICE - Connect to the snapshot standby using new services that are active only in snapshot standby mode. - PRIMARY_SERVICE - Connect to the snapshot standby database using the same services as the primary database.
Enum Constant and Description |
---|
PrimaryService |
SnapshotService |
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 AutonomousContainerDatabaseSnapshotStandbyConnectionStringType |
create(String key) |
String |
getValue() |
static AutonomousContainerDatabaseSnapshotStandbyConnectionStringType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousContainerDatabaseSnapshotStandbyConnectionStringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousContainerDatabaseSnapshotStandbyConnectionStringType SnapshotService
public static final AutonomousContainerDatabaseSnapshotStandbyConnectionStringType PrimaryService
public static final AutonomousContainerDatabaseSnapshotStandbyConnectionStringType UnknownEnumValue
public static AutonomousContainerDatabaseSnapshotStandbyConnectionStringType[] values()
for (AutonomousContainerDatabaseSnapshotStandbyConnectionStringType c : AutonomousContainerDatabaseSnapshotStandbyConnectionStringType.values()) System.out.println(c);
public static AutonomousContainerDatabaseSnapshotStandbyConnectionStringType 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 AutonomousContainerDatabaseSnapshotStandbyConnectionStringType create(String key)
Copyright © 2016–2024. All rights reserved.