Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static PdbConversionHistoryEntrySummary.Action |
PdbConversionHistoryEntrySummary.Action.create(String key) |
PdbConversionHistoryEntrySummary.Action |
PdbConversionHistoryEntrySummary.getAction()
The operations used to convert a non-container database to a pluggable database.
|
static PdbConversionHistoryEntrySummary.Action |
PdbConversionHistoryEntrySummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdbConversionHistoryEntrySummary.Action[] |
PdbConversionHistoryEntrySummary.Action.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.action(PdbConversionHistoryEntrySummary.Action action)
The operations used to convert a non-container database to a pluggable database.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PdbConversionHistoryEntrySummary.Action |
ListPdbConversionHistoryEntriesRequest.getPdbConversionAction()
A filter to return only the pluggable database conversion history entries that match the
specified conversion action.
|
Modifier and Type | Method and Description |
---|---|
ListPdbConversionHistoryEntriesRequest.Builder |
ListPdbConversionHistoryEntriesRequest.Builder.pdbConversionAction(PdbConversionHistoryEntrySummary.Action pdbConversionAction)
A filter to return only the pluggable database conversion history entries that match the
specified conversion action.
|
Copyright © 2016–2024. All rights reserved.