| 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(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolSizeRequest content)
Sets the size of a specific node pool.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.NodePools.SetSize(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolSizeRequest content)
Sets the size of a specific node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.clone() |
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.set(String fieldName,
Object value) |
SetNodePoolSizeRequest |
SetNodePoolSizeRequest.setNodeCount(Integer nodeCount)
The desired node count for the pool.
|