| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Autoscaling |
Container.Projects.Zones.Clusters.NodePools.autoscaling(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
Container.Projects.Locations.Clusters.NodePools.SetAutoscaling |
Container.Projects.Locations.Clusters.NodePools.setAutoscaling(java.lang.String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.NodePools.SetAutoscaling(java.lang.String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
Container.Projects.Zones.Clusters.NodePools.Autoscaling(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.clone() |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setAutoscaling(NodePoolAutoscaling autoscaling)
Autoscaling configuration for the node pool.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setClusterId(java.lang.String clusterId)
The name of the cluster to upgrade.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setName(java.lang.String name)
The name (project, location, cluster, node pool) of the node pool to set autoscaler settings.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setNodePoolId(java.lang.String nodePoolId)
The name of the node pool to upgrade.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|