Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PdbConversionHistoryEntry.Target |
PdbConversionHistoryEntry.Target.create(String key) |
PdbConversionHistoryEntry.Target |
PdbConversionHistoryEntry.getTarget()
The target container database of the pluggable database created by the database conversion
operation.
|
static PdbConversionHistoryEntry.Target |
PdbConversionHistoryEntry.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdbConversionHistoryEntry.Target[] |
PdbConversionHistoryEntry.Target.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.target(PdbConversionHistoryEntry.Target target)
The target container database of the pluggable database created by the database
conversion operation.
|
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.