| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.CompleteIpRotation |
Container.Projects.Locations.Clusters.completeIpRotation(String name,
CompleteIPRotationRequest content)
Completes master IP rotation.
|
Container.Projects.Zones.Clusters.CompleteIpRotation |
Container.Projects.Zones.Clusters.completeIpRotation(String projectId,
String zone,
String clusterId,
CompleteIPRotationRequest content)
Completes master IP rotation.
|
| Constructor and Description |
|---|
CompleteIpRotation(String name,
CompleteIPRotationRequest content)
Completes master IP rotation.
|
CompleteIpRotation(String projectId,
String zone,
String clusterId,
CompleteIPRotationRequest content)
Completes master IP rotation.
|
| Modifier and Type | Method and Description |
|---|---|
CompleteIPRotationRequest |
CompleteIPRotationRequest.clone() |
CompleteIPRotationRequest |
CompleteIPRotationRequest.set(String fieldName,
Object value) |
CompleteIPRotationRequest |
CompleteIPRotationRequest.setClusterId(String clusterId)
Deprecated.
|
CompleteIPRotationRequest |
CompleteIPRotationRequest.setName(String name)
The name (project, location, cluster id) of the cluster to complete IP rotation.
|
CompleteIPRotationRequest |
CompleteIPRotationRequest.setProjectId(String projectId)
Deprecated.
|
CompleteIPRotationRequest |
CompleteIPRotationRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.