public static class OkeClusterVirtualNodePoolConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OkeClusterVirtualNodePoolConfiguration |
build() |
OkeClusterVirtualNodePoolConfiguration.Builder |
copy(OkeClusterVirtualNodePoolConfiguration model) |
OkeClusterVirtualNodePoolConfiguration.Builder |
id(String id)
The OCID of the virtual node pool in OKE cluster.
|
OkeClusterVirtualNodePoolConfiguration.Builder |
maximum(Integer maximum)
The maximum number to which nodes in the virtual node pool could be scaled up.
|
OkeClusterVirtualNodePoolConfiguration.Builder |
minimum(Integer minimum)
The minimum number to which nodes in the virtual node pool could be scaled down.
|
public OkeClusterVirtualNodePoolConfiguration.Builder id(String id)
The OCID of the virtual node pool in OKE cluster.
id
- the value to setpublic OkeClusterVirtualNodePoolConfiguration.Builder minimum(Integer minimum)
The minimum number to which nodes in the virtual node pool could be scaled down.
minimum
- the value to setpublic OkeClusterVirtualNodePoolConfiguration.Builder maximum(Integer maximum)
The maximum number to which nodes in the virtual node pool could be scaled up.
maximum
- the value to setpublic OkeClusterVirtualNodePoolConfiguration build()
public OkeClusterVirtualNodePoolConfiguration.Builder copy(OkeClusterVirtualNodePoolConfiguration model)
Copyright © 2016–2025. All rights reserved.