public final class StartIPRotationRequest extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StartIPRotationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartIPRotationRequest |
clone() |
String |
getClusterId()
Deprecated.
|
String |
getName()
The name (project, location, cluster id) of the cluster to start IP rotation.
|
String |
getProjectId()
Deprecated.
|
Boolean |
getRotateCredentials()
Whether to rotate credentials during IP rotation.
|
String |
getZone()
Deprecated.
|
StartIPRotationRequest |
set(String fieldName,
Object value) |
StartIPRotationRequest |
setClusterId(String clusterId)
Deprecated.
|
StartIPRotationRequest |
setName(String name)
The name (project, location, cluster id) of the cluster to start IP rotation.
|
StartIPRotationRequest |
setProjectId(String projectId)
Deprecated.
|
StartIPRotationRequest |
setRotateCredentials(Boolean rotateCredentials)
Whether to rotate credentials during IP rotation.
|
StartIPRotationRequest |
setZone(String zone)
Deprecated.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getClusterId()
null for nonepublic StartIPRotationRequest setClusterId(String clusterId)
clusterId - clusterId or null for nonepublic String getName()
null for nonepublic StartIPRotationRequest setName(String name)
name - name or null for nonepublic String getProjectId()
null for nonepublic StartIPRotationRequest setProjectId(String projectId)
projectId - projectId or null for nonepublic Boolean getRotateCredentials()
null for nonepublic StartIPRotationRequest setRotateCredentials(Boolean rotateCredentials)
rotateCredentials - rotateCredentials or null for nonepublic String getZone()
null for nonepublic StartIPRotationRequest setZone(String zone)
zone - zone or null for nonepublic StartIPRotationRequest set(String fieldName, Object value)
set in class GenericJsonpublic StartIPRotationRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.