Uses of Class
com.oracle.bmc.database.model.UpgradeDbSystemDetails
-
Packages that use UpgradeDbSystemDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpgradeDbSystemDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpgradeDbSystemDetails Modifier and Type Method Description UpgradeDbSystemDetails
UpgradeDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpgradeDbSystemDetails Modifier and Type Method Description UpgradeDbSystemDetails.Builder
UpgradeDbSystemDetails.Builder. copy(UpgradeDbSystemDetails model)
-
Uses of UpgradeDbSystemDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpgradeDbSystemDetails Modifier and Type Method Description UpgradeDbSystemDetails
UpgradeDbSystemRequest. getBody$()
Alternative accessor for the body parameter.UpgradeDbSystemDetails
UpgradeDbSystemRequest. getUpgradeDbSystemDetails()
Request to perform an upgrade of the operating system and the Oracle Grid Infrastructure (GI) of the DB system.Methods in com.oracle.bmc.database.requests with parameters of type UpgradeDbSystemDetails Modifier and Type Method Description UpgradeDbSystemRequest.Builder
UpgradeDbSystemRequest.Builder. body$(UpgradeDbSystemDetails body)
Alternative setter for the body parameter.UpgradeDbSystemRequest.Builder
UpgradeDbSystemRequest.Builder. upgradeDbSystemDetails(UpgradeDbSystemDetails upgradeDbSystemDetails)
Request to perform an upgrade of the operating system and the Oracle Grid Infrastructure (GI) of the DB system.
-