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