Uses of Class
com.oracle.bmc.database.model.DatabaseUpgradeHistoryEntry.Source
-
Packages that use DatabaseUpgradeHistoryEntry.Source Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseUpgradeHistoryEntry.Source in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseUpgradeHistoryEntry.Source Modifier and Type Method Description static DatabaseUpgradeHistoryEntry.Source
DatabaseUpgradeHistoryEntry.Source. create(String key)
DatabaseUpgradeHistoryEntry.Source
DatabaseUpgradeHistoryEntry. getSource()
The source of the Oracle Database software to be used for the upgrade.static DatabaseUpgradeHistoryEntry.Source
DatabaseUpgradeHistoryEntry.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseUpgradeHistoryEntry.Source[]
DatabaseUpgradeHistoryEntry.Source. 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 DatabaseUpgradeHistoryEntry.Source Modifier and Type Method Description DatabaseUpgradeHistoryEntry.Builder
DatabaseUpgradeHistoryEntry.Builder. source(DatabaseUpgradeHistoryEntry.Source source)
The source of the Oracle Database software to be used for the upgrade.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseUpgradeHistoryEntry.Source Constructor Description DatabaseUpgradeHistoryEntry(String id, DatabaseUpgradeHistoryEntry.Action action, DatabaseUpgradeHistoryEntry.Source source, DatabaseUpgradeHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, String targetDBVersion, String targetDatabaseSoftwareImageId, String targetDbHomeId, String sourceDbHomeId, Date timeStarted, Date timeEnded, String options)
Deprecated.
-