Uses of Class
com.oracle.bmc.database.model.UpdateDbSystemDetails.ComputeModel
-
Packages that use UpdateDbSystemDetails.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of UpdateDbSystemDetails.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateDbSystemDetails.ComputeModel Modifier and Type Method Description static UpdateDbSystemDetails.ComputeModel
UpdateDbSystemDetails.ComputeModel. create(String key)
UpdateDbSystemDetails.ComputeModel
UpdateDbSystemDetails. getComputeModel()
The compute model for Base Database Service.static UpdateDbSystemDetails.ComputeModel
UpdateDbSystemDetails.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateDbSystemDetails.ComputeModel[]
UpdateDbSystemDetails.ComputeModel. 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 UpdateDbSystemDetails.ComputeModel Modifier and Type Method Description UpdateDbSystemDetails.Builder
UpdateDbSystemDetails.Builder. computeModel(UpdateDbSystemDetails.ComputeModel computeModel)
The compute model for Base Database Service.Constructors in com.oracle.bmc.database.model with parameters of type UpdateDbSystemDetails.ComputeModel Constructor Description UpdateDbSystemDetails(Integer cpuCoreCount, PatchDetails version, List<String> sshPublicKeys, Integer dataStorageSizeInGBs, Integer recoStorageSizeInGBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String shape, List<String> nsgIds, List<String> backupNetworkNsgIds, UpdateDbSystemDetails.LicenseModel licenseModel, MaintenanceWindow maintenanceWindowDetails, DataCollectionOptions dataCollectionOptions, UpdateDbSystemDetails.ComputeModel computeModel, Integer computeCount)
Deprecated.
-