Uses of Class
com.oracle.bmc.database.model.DbSystemShapeSummary.ShapeType
-
Packages that use DbSystemShapeSummary.ShapeType Package Description com.oracle.bmc.database.model -
-
Uses of DbSystemShapeSummary.ShapeType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemShapeSummary.ShapeType Modifier and Type Method Description static DbSystemShapeSummary.ShapeTypeDbSystemShapeSummary.ShapeType. create(String key)DbSystemShapeSummary.ShapeTypeDbSystemShapeSummary. getShapeType()The shape type for the virtual machine DB system.static DbSystemShapeSummary.ShapeTypeDbSystemShapeSummary.ShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemShapeSummary.ShapeType[]DbSystemShapeSummary.ShapeType. 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.ShapeType Modifier and Type Method Description DbSystemShapeSummary.BuilderDbSystemShapeSummary.Builder. shapeType(DbSystemShapeSummary.ShapeType shapeType)The shape type for the virtual machine DB system.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemShapeSummary.ShapeType 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, List<String> shapeAttributes)Deprecated.
-