public static class NodeShapeConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NodeShapeConfig |
build() |
NodeShapeConfig.Builder |
copy(NodeShapeConfig model) |
NodeShapeConfig.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to each node, in gigabytes.
|
NodeShapeConfig.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to each node in the node pool.
|
public NodeShapeConfig.Builder ocpus(Float ocpus)
The total number of OCPUs available to each node in the node pool. See here for details.
ocpus
- the value to setpublic NodeShapeConfig.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to each node, in gigabytes.
memoryInGBs
- the value to setpublic NodeShapeConfig build()
public NodeShapeConfig.Builder copy(NodeShapeConfig model)
Copyright © 2016–2024. All rights reserved.