public static enum AutonomousDwDatabase.OpenMode extends Enum<AutonomousDwDatabase.OpenMode> implements BmcEnum
Indicates the Autonomous Database mode. The database can be opened in READ_ONLY
or
READ_WRITE
mode.
This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
Modifier and Type | Method and Description |
---|---|
static AutonomousDwDatabase.OpenMode |
create(String key) |
String |
getValue() |
static AutonomousDwDatabase.OpenMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDwDatabase.OpenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousDwDatabase.OpenMode ReadOnly
public static final AutonomousDwDatabase.OpenMode ReadWrite
public static AutonomousDwDatabase.OpenMode[] values()
for (AutonomousDwDatabase.OpenMode c : AutonomousDwDatabase.OpenMode.values()) System.out.println(c);
public static AutonomousDwDatabase.OpenMode 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 AutonomousDwDatabase.OpenMode create(String key)
Copyright © 2016–2025. All rights reserved.