| Package | Description |
|---|---|
| com.google.api.services.dataproc.model |
| Modifier and Type | Method and Description |
|---|---|
GkeNodePoolAutoscalingConfig |
GkeNodePoolAutoscalingConfig.clone() |
GkeNodePoolAutoscalingConfig |
GkeNodePoolConfig.getAutoscaling()
Optional.
|
GkeNodePoolAutoscalingConfig |
GkeNodePoolAutoscalingConfig.set(String fieldName,
Object value) |
GkeNodePoolAutoscalingConfig |
GkeNodePoolAutoscalingConfig.setMaxNodeCount(Integer maxNodeCount)
The maximum number of nodes in the node pool.
|
GkeNodePoolAutoscalingConfig |
GkeNodePoolAutoscalingConfig.setMinNodeCount(Integer minNodeCount)
The minimum number of nodes in the node pool.
|
| Modifier and Type | Method and Description |
|---|---|
GkeNodePoolConfig |
GkeNodePoolConfig.setAutoscaling(GkeNodePoolAutoscalingConfig autoscaling)
Optional.
|
Copyright © 2011–2023 Google. All rights reserved.