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