public class Container.Projects.Zones.Clusters.NodePools extends Object
| Modifier and Type | Class and Description |
|---|---|
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 |
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.NodePools() |
| Modifier and Type | Method and Description |
|---|---|
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 node pool requested.
|
Container.Projects.Zones.Clusters.NodePools.List |
list(String projectId,
String zone,
String clusterId)
Lists the node pools for a cluster.
|
public Container.Projects.Zones.Clusters.NodePools()
public 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 - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster
resides.clusterId - The name of the cluster.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 - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster
resides.clusterId - The name of the cluster.nodePoolId - The name of the node pool to delete.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 - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster
resides.clusterId - The name of the cluster.nodePoolId - The name of the node pool.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 - The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).zone - The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster
resides.clusterId - The name of the cluster.IOException