Uses of Class
com.oracle.bmc.database.model.DbSystemShapeSummary.ComputeModel
-
Packages that use DbSystemShapeSummary.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of DbSystemShapeSummary.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemShapeSummary.ComputeModel Modifier and Type Method Description static DbSystemShapeSummary.ComputeModel
DbSystemShapeSummary.ComputeModel. create(String key)
DbSystemShapeSummary.ComputeModel
DbSystemShapeSummary. getComputeModel()
The compute model of the Autonomous Database.static DbSystemShapeSummary.ComputeModel
DbSystemShapeSummary.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemShapeSummary.ComputeModel[]
DbSystemShapeSummary.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 DbSystemShapeSummary.ComputeModel Modifier and Type Method Description DbSystemShapeSummary.Builder
DbSystemShapeSummary.Builder. computeModel(DbSystemShapeSummary.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemShapeSummary.ComputeModel Constructor Description DbSystemShapeSummary(String name, String shapeFamily, DbSystemShapeSummary.ShapeType shapeType, String shape, Integer availableCoreCount, Integer minimumCoreCount, Integer coreCountIncrement, Integer minStorageCount, Integer maxStorageCount, Double availableDataStoragePerServerInTBs, Integer availableMemoryPerNodeInGBs, Integer availableDbNodePerNodeInGBs, Integer minCoreCountPerNode, Integer availableMemoryInGBs, Integer minMemoryPerNodeInGBs, Integer availableDbNodeStorageInGBs, Integer minDbNodeStoragePerNodeInGBs, Integer availableDataStorageInTBs, Integer minDataStorageInTBs, String displayName, DbSystemShapeSummary.ComputeModel computeModel, Boolean areServerTypesSupported, Integer minimumNodeCount, Integer maximumNodeCount, Integer availableCoreCountPerNode)
Deprecated.
-