| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.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 |
|---|
Create(java.lang.String parent,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances.
|
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/v1/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)
Deprecated.
|
CreateClusterRequest |
CreateClusterRequest.setZone(java.lang.String zone)
Deprecated.
|