Uses of Class
com.oracle.bmc.database.model.ComputePerformanceSummary.ComputeModel
-
Packages that use ComputePerformanceSummary.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of ComputePerformanceSummary.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ComputePerformanceSummary.ComputeModel Modifier and Type Method Description static ComputePerformanceSummary.ComputeModel
ComputePerformanceSummary.ComputeModel. create(String key)
ComputePerformanceSummary.ComputeModel
ComputePerformanceSummary. getComputeModel()
The compute model for Base Database Service.static ComputePerformanceSummary.ComputeModel
ComputePerformanceSummary.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputePerformanceSummary.ComputeModel[]
ComputePerformanceSummary.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 ComputePerformanceSummary.ComputeModel Modifier and Type Method Description ComputePerformanceSummary.Builder
ComputePerformanceSummary.Builder. computeModel(ComputePerformanceSummary.ComputeModel computeModel)
The compute model for Base Database Service.Constructors in com.oracle.bmc.database.model with parameters of type ComputePerformanceSummary.ComputeModel Constructor Description ComputePerformanceSummary(Integer cpuCoreCount, Double memoryInGBs, Float networkBandwidthInGbps, Float networkIops, Float networkThroughputInMbps, ComputePerformanceSummary.ComputeModel computeModel, Integer computeCount)
Deprecated.
-