| 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.StartIpRotation |
Container.Projects.Locations.Clusters.startIpRotation(java.lang.String name,
StartIPRotationRequest content)
Start master IP rotation.
|
Container.Projects.Zones.Clusters.StartIpRotation |
Container.Projects.Zones.Clusters.startIpRotation(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
StartIPRotationRequest content)
Start master IP rotation.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.StartIpRotation(java.lang.String name,
StartIPRotationRequest content)
Start master IP rotation.
|
Container.Projects.Zones.Clusters.StartIpRotation(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
StartIPRotationRequest content)
Start master IP rotation.
|
| Modifier and Type | Method and Description |
|---|---|
StartIPRotationRequest |
StartIPRotationRequest.clone() |
StartIPRotationRequest |
StartIPRotationRequest.set(java.lang.String fieldName,
java.lang.Object value) |
StartIPRotationRequest |
StartIPRotationRequest.setClusterId(java.lang.String clusterId)
The name of the cluster.
|
StartIPRotationRequest |
StartIPRotationRequest.setName(java.lang.String name)
The name (project, location, cluster id) of the cluster to start IP rotation.
|
StartIPRotationRequest |
StartIPRotationRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://developers.google.com/console/help/new/#projectnumber).
|
StartIPRotationRequest |
StartIPRotationRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|