Uses of Class
com.oracle.bmc.database.model.PdbConversionHistoryEntrySummary.Target
-
Packages that use PdbConversionHistoryEntrySummary.Target Package Description com.oracle.bmc.database.model -
-
Uses of PdbConversionHistoryEntrySummary.Target in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PdbConversionHistoryEntrySummary.Target Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntrySummary.Target Modifier and Type Method Description PdbConversionHistoryEntrySummary.Builder
PdbConversionHistoryEntrySummary.Builder. target(PdbConversionHistoryEntrySummary.Target target)
The target container database of the pluggable database created by the database conversion operation.Constructors in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntrySummary.Target Constructor 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.
-