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