Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PdbConversionHistoryEntry.Action |
PdbConversionHistoryEntry.Action.create(String key) |
PdbConversionHistoryEntry.Action |
PdbConversionHistoryEntry.getAction()
The operations used to convert a non-container database to a pluggable database.
|
static PdbConversionHistoryEntry.Action |
PdbConversionHistoryEntry.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdbConversionHistoryEntry.Action[] |
PdbConversionHistoryEntry.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PdbConversionHistoryEntry.Builder |
PdbConversionHistoryEntry.Builder.action(PdbConversionHistoryEntry.Action action)
The operations used to convert a non-container database to a pluggable database.
|
Constructor and Description |
---|
PdbConversionHistoryEntry(String id,
PdbConversionHistoryEntry.Action action,
PdbConversionHistoryEntry.Target target,
String sourceDatabaseId,
String targetDatabaseId,
String cdbName,
PdbConversionHistoryEntry.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded,
String additionalCdbParams)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.