Uses of Class
com.oracle.bmc.database.model.DbSystemUpgradeSummary.Component
-
Packages that use DbSystemUpgradeSummary.Component Package Description com.oracle.bmc.database.model -
-
Uses of DbSystemUpgradeSummary.Component in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemUpgradeSummary.Component Modifier and Type Method Description static DbSystemUpgradeSummary.Component
DbSystemUpgradeSummary.Component. create(String key)
DbSystemUpgradeSummary.Component
DbSystemUpgradeSummary. getComponent()
The component on which upgrade is applicable.static DbSystemUpgradeSummary.Component
DbSystemUpgradeSummary.Component. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemUpgradeSummary.Component[]
DbSystemUpgradeSummary.Component. 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 DbSystemUpgradeSummary.Component Modifier and Type Method Description DbSystemUpgradeSummary.Builder
DbSystemUpgradeSummary.Builder. component(DbSystemUpgradeSummary.Component component)
The component on which upgrade is applicable.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeSummary.Component Constructor Description DbSystemUpgradeSummary(DbSystemUpgradeSummary.Component component, String osVersion, String giVersion)
Deprecated.
-