public final class UpdateNodePoolRequest 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 |
|---|
UpdateNodePoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
clone() |
String |
getClusterId()
Deprecated.
|
String |
getImageType()
The desired image type for the node pool.
|
String |
getName()
The name (project, location, cluster, node pool) of the node pool to update.
|
String |
getNodePoolId()
Deprecated.
|
String |
getNodeVersion()
The Kubernetes version to change the nodes to (typically an upgrade).
|
String |
getProjectId()
Deprecated.
|
String |
getZone()
Deprecated.
|
UpdateNodePoolRequest |
set(String fieldName,
Object value) |
UpdateNodePoolRequest |
setClusterId(String clusterId)
Deprecated.
|
UpdateNodePoolRequest |
setImageType(String imageType)
The desired image type for the node pool.
|
UpdateNodePoolRequest |
setName(String name)
The name (project, location, cluster, node pool) of the node pool to update.
|
UpdateNodePoolRequest |
setNodePoolId(String nodePoolId)
Deprecated.
|
UpdateNodePoolRequest |
setNodeVersion(String nodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
UpdateNodePoolRequest |
setProjectId(String projectId)
Deprecated.
|
UpdateNodePoolRequest |
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 UpdateNodePoolRequest setClusterId(String clusterId)
clusterId - clusterId or null for nonepublic String getImageType()
null for nonepublic UpdateNodePoolRequest setImageType(String imageType)
imageType - imageType or null for nonepublic String getName()
null for nonepublic UpdateNodePoolRequest setName(String name)
name - name or null for nonepublic String getNodePoolId()
null for nonepublic UpdateNodePoolRequest setNodePoolId(String nodePoolId)
nodePoolId - nodePoolId or null for nonepublic String getNodeVersion()
null for nonepublic UpdateNodePoolRequest setNodeVersion(String nodeVersion)
nodeVersion - nodeVersion or null for nonepublic String getProjectId()
null for nonepublic UpdateNodePoolRequest setProjectId(String projectId)
projectId - projectId or null for nonepublic String getZone()
null for nonepublic UpdateNodePoolRequest setZone(String zone)
zone - zone or null for nonepublic UpdateNodePoolRequest set(String fieldName, Object value)
set in class GenericJsonpublic UpdateNodePoolRequest clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.