| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.StartIpRotation |
Container.Projects.Locations.Clusters.startIpRotation(String name,
StartIPRotationRequest content)
Starts master IP rotation.
|
Container.Projects.Zones.Clusters.StartIpRotation |
Container.Projects.Zones.Clusters.startIpRotation(String projectId,
String zone,
String clusterId,
StartIPRotationRequest content)
Starts master IP rotation.
|
| Constructor and Description |
|---|
StartIpRotation(String name,
StartIPRotationRequest content)
Starts master IP rotation.
|
StartIpRotation(String projectId,
String zone,
String clusterId,
StartIPRotationRequest content)
Starts master IP rotation.
|
| Modifier and Type | Method and Description |
|---|---|
StartIPRotationRequest |
StartIPRotationRequest.clone() |
StartIPRotationRequest |
StartIPRotationRequest.set(String fieldName,
Object value) |
StartIPRotationRequest |
StartIPRotationRequest.setClusterId(String clusterId)
Deprecated.
|
StartIPRotationRequest |
StartIPRotationRequest.setName(String name)
The name (project, location, cluster id) of the cluster to start IP rotation.
|
StartIPRotationRequest |
StartIPRotationRequest.setProjectId(String projectId)
Deprecated.
|
StartIPRotationRequest |
StartIPRotationRequest.setRotateCredentials(Boolean rotateCredentials)
Whether to rotate credentials during IP rotation.
|
StartIPRotationRequest |
StartIPRotationRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.