| 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 |
|---|
StartIpRotation(java.lang.String name,
StartIPRotationRequest content)
Start master IP rotation.
|
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)
Deprecated.
|
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)
Deprecated.
|
StartIPRotationRequest |
StartIPRotationRequest.setRotateCredentials(java.lang.Boolean rotateCredentials)
Whether to rotate credentials during IP rotation.
|
StartIPRotationRequest |
StartIPRotationRequest.setZone(java.lang.String zone)
Deprecated.
|