public static enum CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode extends Enum<CreateRefreshableAutonomousDatabaseCloneDetails.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 CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode |
create(String key) |
String |
getValue() |
static CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode ReadOnly
public static final CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode ReadWrite
public static CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode[] values()
for (CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode c : CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode.values()) System.out.println(c);
public static CreateRefreshableAutonomousDatabaseCloneDetails.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 CreateRefreshableAutonomousDatabaseCloneDetails.OpenMode create(String key)
Copyright © 2016–2024. All rights reserved.