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