Uses of Class
com.oracle.bmc.psql.model.ShapeOcpuOptions
-
Packages that use ShapeOcpuOptions Package Description com.oracle.bmc.psql.model -
-
Uses of ShapeOcpuOptions in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions
ShapeOcpuOptions.Builder. build()
ShapeOcpuOptions
ShapeSummary. getShapeOcpuOptions()
Methods in com.oracle.bmc.psql.model with parameters of type ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions.Builder
ShapeOcpuOptions.Builder. copy(ShapeOcpuOptions model)
ShapeSummary.Builder
ShapeSummary.Builder. shapeOcpuOptions(ShapeOcpuOptions shapeOcpuOptions)
Constructors in com.oracle.bmc.psql.model with parameters of type ShapeOcpuOptions Constructor Description ShapeSummary(String id, String shape, Boolean isFlexible, Integer ocpuCount, Integer memorySizeInGBs, ShapeOcpuOptions shapeOcpuOptions, ShapeMemoryOptions shapeMemoryOptions)
Deprecated.
-