public static class ShapeOcpuOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShapeOcpuOptions |
build() |
ShapeOcpuOptions.Builder |
copy(ShapeOcpuOptions model) |
ShapeOcpuOptions.Builder |
max(Float max)
The maximum number of OCPUs.
|
ShapeOcpuOptions.Builder |
maxPerNumaNode(Float maxPerNumaNode)
The maximum number of cores available per NUMA node.
|
ShapeOcpuOptions.Builder |
min(Float min)
The minimum number of OCPUs.
|
public ShapeOcpuOptions.Builder min(Float min)
The minimum number of OCPUs.
min
- the value to setpublic ShapeOcpuOptions.Builder max(Float max)
The maximum number of OCPUs.
max
- the value to setpublic ShapeOcpuOptions.Builder maxPerNumaNode(Float maxPerNumaNode)
The maximum number of cores available per NUMA node.
maxPerNumaNode
- the value to setpublic ShapeOcpuOptions build()
public ShapeOcpuOptions.Builder copy(ShapeOcpuOptions model)
Copyright © 2016–2023. All rights reserved.