public class Container.Projects.Zones.Clusters.NodePools extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Zones.Clusters.NodePools.Autoscaling |
class |
Container.Projects.Zones.Clusters.NodePools.Create |
class |
Container.Projects.Zones.Clusters.NodePools.Delete |
class |
Container.Projects.Zones.Clusters.NodePools.Get |
class |
Container.Projects.Zones.Clusters.NodePools.List |
class |
Container.Projects.Zones.Clusters.NodePools.Rollback |
class |
Container.Projects.Zones.Clusters.NodePools.SetManagement |
class |
Container.Projects.Zones.Clusters.NodePools.SetSize |
class |
Container.Projects.Zones.Clusters.NodePools.Update |
| Constructor and Description |
|---|
NodePools() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.NodePools.Autoscaling |
autoscaling(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolAutoscalingRequest content)
Sets the autoscaling settings of a specific node pool.
|
Container.Projects.Zones.Clusters.NodePools.Create |
create(String projectId,
String zone,
String clusterId,
CreateNodePoolRequest content)
Creates a node pool for a cluster.
|
Container.Projects.Zones.Clusters.NodePools.Delete |
delete(String projectId,
String zone,
String clusterId,
String nodePoolId)
Deletes a node pool from a cluster.
|
Container.Projects.Zones.Clusters.NodePools.Get |
get(String projectId,
String zone,
String clusterId,
String nodePoolId)
Retrieves the requested node pool.
|
Container.Projects.Zones.Clusters.NodePools.List |
list(String projectId,
String zone,
String clusterId)
Lists the node pools for a cluster.
|
Container.Projects.Zones.Clusters.NodePools.Rollback |
rollback(String projectId,
String zone,
String clusterId,
String nodePoolId,
RollbackNodePoolUpgradeRequest content)
Rolls back a previously Aborted or Failed NodePool upgrade.
|
Container.Projects.Zones.Clusters.NodePools.SetManagement |
setManagement(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
Container.Projects.Zones.Clusters.NodePools.SetSize |
setSize(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolSizeRequest content)
SetNodePoolSizeRequest sets the size of a node pool.
|
Container.Projects.Zones.Clusters.NodePools.Update |
update(String projectId,
String zone,
String clusterId,
String nodePoolId,
UpdateNodePoolRequest content)
Updates the version and/or image type of a specific node pool.
|
public Container.Projects.Zones.Clusters.NodePools.Autoscaling autoscaling(String projectId, String zone, String clusterId, String nodePoolId, SetNodePoolAutoscalingRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and
replaced by the name field.nodePoolId - Required. Deprecated. The name of the node pool to upgrade. This field has been deprecated and
replaced by the name field.content - the SetNodePoolAutoscalingRequestIOExceptionpublic Container.Projects.Zones.Clusters.NodePools.Create create(String projectId, String zone, String clusterId, CreateNodePoolRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the parent field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the parent field.clusterId - Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the
parent field.content - the CreateNodePoolRequestIOExceptionpublic Container.Projects.Zones.Clusters.NodePools.Delete delete(String projectId, String zone, String clusterId, String nodePoolId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the
name field.nodePoolId - Required. Deprecated. The name of the node pool to delete. This field has been deprecated and
replaced by the name field.IOExceptionpublic Container.Projects.Zones.Clusters.NodePools.Get get(String projectId, String zone, String clusterId, String nodePoolId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the
name field.nodePoolId - Required. Deprecated. The name of the node pool. This field has been deprecated and replaced by the
name field.IOExceptionpublic Container.Projects.Zones.Clusters.NodePools.List list(String projectId, String zone, String clusterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the parent field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the parent field.clusterId - Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the
parent field.IOExceptionpublic Container.Projects.Zones.Clusters.NodePools.Rollback rollback(String projectId, String zone, String clusterId, String nodePoolId, RollbackNodePoolUpgradeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster to rollback. This field has been deprecated and
replaced by the name field.nodePoolId - Required. Deprecated. The name of the node pool to rollback. This field has been deprecated and
replaced by the name field.content - the RollbackNodePoolUpgradeRequestIOExceptionpublic Container.Projects.Zones.Clusters.NodePools.SetManagement setManagement(String projectId, String zone, String clusterId, String nodePoolId, SetNodePoolManagementRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster to update. This field has been deprecated and replaced
by the name field.nodePoolId - Required. Deprecated. The name of the node pool to update. This field has been deprecated and
replaced by the name field.content - the SetNodePoolManagementRequestIOExceptionpublic Container.Projects.Zones.Clusters.NodePools.SetSize setSize(String projectId, String zone, String clusterId, String nodePoolId, SetNodePoolSizeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster to update. This field has been deprecated and replaced
by the name field.nodePoolId - Required. Deprecated. The name of the node pool to update. This field has been deprecated and
replaced by the name field.content - the SetNodePoolSizeRequestIOExceptionpublic Container.Projects.Zones.Clusters.NodePools.Update update(String projectId, String zone, String clusterId, String nodePoolId, UpdateNodePoolRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Deprecated. The Google Developers Console [project ID or project
number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This
field has been deprecated and replaced by the name field.zone - Required. Deprecated. The name of the Google Compute Engine
[zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster
resides. This field has been deprecated and replaced by the name field.clusterId - Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and
replaced by the name field.nodePoolId - Required. Deprecated. The name of the node pool to upgrade. This field has been deprecated and
replaced by the name field.content - the UpdateNodePoolRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.