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