Uses of Class
com.oracle.bmc.containerengine.model.PodShape.Builder
-
Packages that use PodShape.Builder Package Description com.oracle.bmc.containerengine.model -
-
Uses of PodShape.Builder in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return PodShape.Builder Modifier and Type Method Description static PodShape.Builder
PodShape. builder()
Create a new builder.PodShape.Builder
PodShape.Builder. copy(PodShape model)
PodShape.Builder
PodShape.Builder. memoryOptions(List<ShapeMemoryOptions> memoryOptions)
ShapeMemoryOptions.PodShape.Builder
PodShape.Builder. name(String name)
The name of the identifying shape.PodShape.Builder
PodShape.Builder. networkBandwidthOptions(List<ShapeNetworkBandwidthOptions> networkBandwidthOptions)
ShapeNetworkBandwidthOptions.PodShape.Builder
PodShape.Builder. ocpuOptions(List<ShapeOcpuOptions> ocpuOptions)
Options for OCPU shape.PodShape.Builder
PodShape.Builder. processorDescription(String processorDescription)
A short description of the VM’s processor (CPU).PodShape.Builder
PodShape. toBuilder()
-