public class Container.Projects.Zones.Clusters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Zones.Clusters.Create |
class |
Container.Projects.Zones.Clusters.Delete |
class |
Container.Projects.Zones.Clusters.Get |
class |
Container.Projects.Zones.Clusters.List |
class |
Container.Projects.Zones.Clusters.Update |
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.Create |
create(java.lang.String projectId,
java.lang.String zone,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances, plus a Kubernetes master endpoint.
|
Container.Projects.Zones.Clusters.Delete |
delete(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId)
Deletes the cluster, including the Kubernetes endpoint and all worker nodes.
|
Container.Projects.Zones.Clusters.Get |
get(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId)
Gets a specific cluster.
|
Container.Projects.Zones.Clusters.List |
list(java.lang.String projectId,
java.lang.String zone)
Lists all clusters owned by a project in either the specified zone or all zones.
|
Container.Projects.Zones.Clusters.Update |
update(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
UpdateClusterRequest content)
Update settings of a specific cluster.
|
public Container.Projects.Zones.Clusters.Create create(java.lang.String projectId, java.lang.String zone, CreateClusterRequest content) throws java.io.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.content - the CreateClusterRequestjava.io.IOExceptionpublic Container.Projects.Zones.Clusters.Delete delete(java.lang.String projectId, java.lang.String zone, java.lang.String clusterId) throws java.io.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 to delete.java.io.IOExceptionpublic Container.Projects.Zones.Clusters.Get get(java.lang.String projectId, java.lang.String zone, java.lang.String clusterId) throws java.io.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 to retrieve.java.io.IOExceptionpublic Container.Projects.Zones.Clusters.List list(java.lang.String projectId, java.lang.String zone) throws java.io.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, or "-" for all zones.java.io.IOExceptionpublic Container.Projects.Zones.Clusters.Update update(java.lang.String projectId, java.lang.String zone, java.lang.String clusterId, UpdateClusterRequest content) throws java.io.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 to upgrade.content - the UpdateClusterRequestjava.io.IOException