Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PluggableDatabase.OpenMode |
PluggableDatabase.OpenMode.create(String key) |
PluggableDatabase.OpenMode |
PluggableDatabase.getOpenMode()
The mode that pluggable database is in.
|
static PluggableDatabase.OpenMode |
PluggableDatabase.OpenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluggableDatabase.OpenMode[] |
PluggableDatabase.OpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PluggableDatabase.Builder |
PluggableDatabase.Builder.openMode(PluggableDatabase.OpenMode openMode)
The mode that pluggable database is in.
|
Constructor and Description |
---|
PluggableDatabase(String id,
String containerDatabaseId,
String pdbName,
PluggableDatabase.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
PluggableDatabaseConnectionStrings connectionStrings,
PluggableDatabase.OpenMode openMode,
Boolean isRestricted,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
PluggableDatabaseManagementConfig pluggableDatabaseManagementConfig)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.