| 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(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(String projectId,
String zone,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances.
|
| Constructor and Description |
|---|
Create(String parent,
CreateClusterRequest content)
Creates a cluster, consisting of the specified number and type of Google Compute Engine
instances.
|
Create(String projectId,
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(String fieldName,
Object value) |
CreateClusterRequest |
CreateClusterRequest.setCluster(Cluster cluster)
Required.
|
CreateClusterRequest |
CreateClusterRequest.setParent(String parent)
The parent (project and location) where the cluster will be created.
|
CreateClusterRequest |
CreateClusterRequest.setProjectId(String projectId)
Deprecated.
|
CreateClusterRequest |
CreateClusterRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.