| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.SetSize |
Container.Projects.Zones.Clusters.NodePools.setSize(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolSizeRequest content)
Sets the size of a specific node pool.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.NodePools.SetSize(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolSizeRequest content)
Sets the size of a specific node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.clone() |
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.setNodeCount(java.lang.Integer nodeCount)
The desired node count for the pool.
|