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