| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Autoscaling |
Container.Projects.Zones.Clusters.NodePools.autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
Container.Projects.Locations.Clusters.NodePools.SetAutoscaling |
Container.Projects.Locations.Clusters.NodePools.setAutoscaling(String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
| Constructor and Description |
|---|
Autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
SetAutoscaling(String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.clone() |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.set(String fieldName,
Object value) |
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setAutoscaling(NodePoolAutoscaling autoscaling)
Required.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setClusterId(String clusterId)
Deprecated.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setName(String name)
The name (project, location, cluster, node pool) of the node pool to set autoscaler settings.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setNodePoolId(String nodePoolId)
Deprecated.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setProjectId(String projectId)
Deprecated.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.