| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Zones.Clusters.Locations |
Container.Projects.Zones.Clusters.locations(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
| Constructor and Description |
|---|
Container.Projects.Zones.Clusters.Locations(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
SetLocationsRequest content)
Sets the locations of a specific cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SetLocationsRequest |
SetLocationsRequest.clone() |
SetLocationsRequest |
SetLocationsRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetLocationsRequest |
SetLocationsRequest.setLocations(java.util.List<java.lang.String> locations)
The desired list of Google Compute Engine [locations](/compute/docs/zones#available) in which
the cluster's nodes should be located.
|