Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static PluggableDatabaseSummary.LifecycleState |
PluggableDatabaseSummary.LifecycleState.create(String key) |
PluggableDatabaseSummary.LifecycleState |
PluggableDatabaseSummary.getLifecycleState()
The current state of the pluggable database.
|
static PluggableDatabaseSummary.LifecycleState |
PluggableDatabaseSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluggableDatabaseSummary.LifecycleState[] |
PluggableDatabaseSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PluggableDatabaseSummary.Builder |
PluggableDatabaseSummary.Builder.lifecycleState(PluggableDatabaseSummary.LifecycleState lifecycleState)
The current state of the pluggable database.
|
Constructor and Description |
---|
PluggableDatabaseSummary(String id,
String containerDatabaseId,
String pdbName,
PluggableDatabaseSummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
PluggableDatabaseConnectionStrings connectionStrings,
PluggableDatabaseSummary.OpenMode openMode,
Boolean isRestricted,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
PluggableDatabaseManagementConfig pluggableDatabaseManagementConfig,
String kmsKeyId,
String kmsKeyVersionId,
PluggableDatabaseRefreshableCloneConfig refreshableCloneConfig,
List<PluggableDatabaseNodeLevelDetails> pdbNodeLevelDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PluggableDatabaseSummary.LifecycleState |
ListPluggableDatabasesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListPluggableDatabasesRequest.Builder |
ListPluggableDatabasesRequest.Builder.lifecycleState(PluggableDatabaseSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.