| 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(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.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(java.lang.String name,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
| Constructor and Description |
|---|
Autoscaling(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings for the specified node pool.
|
SetAutoscaling(java.lang.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(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)
Deprecated.
|
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)
Deprecated.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setProjectId(java.lang.String projectId)
Deprecated.
|
SetNodePoolAutoscalingRequest |
SetNodePoolAutoscalingRequest.setZone(java.lang.String zone)
Deprecated.
|