| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.Create |
Container.Projects.Locations.Clusters.create(java.lang.String parent,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances.
|
Container.Projects.Zones.Clusters.Create |
Container.Projects.Zones.Clusters.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.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.Create(java.lang.String parent,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances.
|
Container.Projects.Zones.Clusters.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.set(java.lang.String fieldName,
java.lang.Object value) |
CreateClusterRequest |
CreateClusterRequest.setCluster(Cluster cluster)
A [cluster resource](/container-engine/reference/rest/v1beta1/projects.zones.clusters)
|
CreateClusterRequest |
CreateClusterRequest.setParent(java.lang.String parent)
The parent (project and location) where the cluster will be created.
|
CreateClusterRequest |
CreateClusterRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
CreateClusterRequest |
CreateClusterRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|