public static class ShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShapeConfigDetails |
build() |
ShapeConfigDetails.Builder |
copy(ShapeConfigDetails model) |
ShapeConfigDetails.Builder |
memoryInGBs(Integer memoryInGBs)
The total amount of memory available to the node, in gigabytes.
|
ShapeConfigDetails.Builder |
nvmes(Integer nvmes)
The number of NVMe drives to be used for storage.
|
ShapeConfigDetails.Builder |
ocpus(Integer ocpus)
The total number of OCPUs available to the node.
|
public ShapeConfigDetails.Builder ocpus(Integer ocpus)
The total number of OCPUs available to the node.
ocpus
- the value to setpublic ShapeConfigDetails.Builder memoryInGBs(Integer memoryInGBs)
The total amount of memory available to the node, in gigabytes.
memoryInGBs
- the value to setpublic ShapeConfigDetails.Builder nvmes(Integer nvmes)
The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
nvmes
- the value to setpublic ShapeConfigDetails build()
public ShapeConfigDetails.Builder copy(ShapeConfigDetails model)
Copyright © 2016–2024. All rights reserved.