Uses of Class
com.oracle.bmc.database.model.PdbConversionHistoryEntry.Action
-
Packages that use PdbConversionHistoryEntry.Action Package Description com.oracle.bmc.database.model -
-
Uses of PdbConversionHistoryEntry.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PdbConversionHistoryEntry.Action Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntry.Action Modifier and Type Method Description PdbConversionHistoryEntry.Builder
PdbConversionHistoryEntry.Builder. action(PdbConversionHistoryEntry.Action action)
The operations used to convert a non-container database to a pluggable database.Constructors in com.oracle.bmc.database.model with parameters of type PdbConversionHistoryEntry.Action Constructor 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.
-