public static class NodeSourceViaImageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NodeSourceViaImageDetails.Builder |
bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs.
|
NodeSourceViaImageDetails |
build() |
NodeSourceViaImageDetails.Builder |
copy(NodeSourceViaImageDetails model) |
NodeSourceViaImageDetails.Builder |
imageId(String imageId)
The OCID of the image used to boot the node.
|
public NodeSourceViaImageDetails.Builder imageId(String imageId)
The OCID of the image used to boot the node.
imageId
- the value to setpublic NodeSourceViaImageDetails.Builder bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs. Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
bootVolumeSizeInGBs
- the value to setpublic NodeSourceViaImageDetails build()
public NodeSourceViaImageDetails.Builder copy(NodeSourceViaImageDetails model)
Copyright © 2016–2024. All rights reserved.