Uses of Class
com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntry.Action
-
Packages that use DbSystemUpgradeHistoryEntry.Action Package Description com.oracle.bmc.database.model -
-
Uses of DbSystemUpgradeHistoryEntry.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemUpgradeHistoryEntry.Action Modifier and Type Method Description static DbSystemUpgradeHistoryEntry.Action
DbSystemUpgradeHistoryEntry.Action. create(String key)
DbSystemUpgradeHistoryEntry.Action
DbSystemUpgradeHistoryEntry. getAction()
The operating system upgrade action.static DbSystemUpgradeHistoryEntry.Action
DbSystemUpgradeHistoryEntry.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemUpgradeHistoryEntry.Action[]
DbSystemUpgradeHistoryEntry.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 DbSystemUpgradeHistoryEntry.Action Modifier and Type Method Description DbSystemUpgradeHistoryEntry.Builder
DbSystemUpgradeHistoryEntry.Builder. action(DbSystemUpgradeHistoryEntry.Action action)
The operating system upgrade action.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntry.Action Constructor Description DbSystemUpgradeHistoryEntry(String id, DbSystemUpgradeHistoryEntry.Action action, String newGiVersion, String oldGiVersion, String oldOsVersion, String newOsVersion, Integer snapshotRetentionPeriodInDays, DbSystemUpgradeHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded)
Deprecated.
-