Uses of Class
com.oracle.bmc.containerengine.model.ShapeOcpuOptions
-
Packages that use ShapeOcpuOptions Package Description com.oracle.bmc.containerengine.model -
-
Uses of ShapeOcpuOptions in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions
ShapeOcpuOptions.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type ShapeOcpuOptions Modifier and Type Method Description List<ShapeOcpuOptions>
PodShape. getOcpuOptions()
Options for OCPU shape.List<ShapeOcpuOptions>
PodShapeSummary. getOcpuOptions()
Options for OCPU shape.Methods in com.oracle.bmc.containerengine.model with parameters of type ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions.Builder
ShapeOcpuOptions.Builder. copy(ShapeOcpuOptions model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type ShapeOcpuOptions Modifier and Type Method Description PodShape.Builder
PodShape.Builder. ocpuOptions(List<ShapeOcpuOptions> ocpuOptions)
Options for OCPU shape.PodShapeSummary.Builder
PodShapeSummary.Builder. ocpuOptions(List<ShapeOcpuOptions> ocpuOptions)
Options for OCPU shape.Constructor parameters in com.oracle.bmc.containerengine.model with type arguments of type ShapeOcpuOptions Constructor Description PodShape(String name, String processorDescription, List<ShapeOcpuOptions> ocpuOptions, List<ShapeMemoryOptions> memoryOptions, List<ShapeNetworkBandwidthOptions> networkBandwidthOptions)
Deprecated.PodShapeSummary(String name, String processorDescription, List<ShapeOcpuOptions> ocpuOptions, List<ShapeMemoryOptions> memoryOptions, List<ShapeNetworkBandwidthOptions> networkBandwidthOptions)
Deprecated.
-