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()
Required.
|
List<String> |
getLocations()
The desired list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
node pool's nodes should be located.
|
String |
getName()
The name (project, location, cluster, node pool) of the node pool to update.
|
String |
getNodePoolId()
Deprecated.
|
String |
getNodeVersion()
Required.
|
String |
getProjectId()
Deprecated.
|
UpgradeSettings |
getUpgradeSettings()
Upgrade settings control disruption and speed of the upgrade.
|
WorkloadMetadataConfig |
getWorkloadMetadataConfig()
The desired workload metadata config for the node pool.
|
String |
getZone()
Deprecated.
|
UpdateNodePoolRequest |
set(String fieldName,
Object value) |
UpdateNodePoolRequest |
setClusterId(String clusterId)
Deprecated.
|
UpdateNodePoolRequest |
setImageType(String imageType)
Required.
|
UpdateNodePoolRequest |
setLocations(List<String> locations)
The desired list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
node pool's nodes should be located.
|
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)
Required.
|
UpdateNodePoolRequest |
setProjectId(String projectId)
Deprecated.
|
UpdateNodePoolRequest |
setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
UpdateNodePoolRequest |
setWorkloadMetadataConfig(WorkloadMetadataConfig workloadMetadataConfig)
The desired workload metadata config for the node pool.
|
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 List<String> getLocations()
null for nonepublic UpdateNodePoolRequest setLocations(List<String> locations)
locations - locations 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 UpgradeSettings getUpgradeSettings()
null for nonepublic UpdateNodePoolRequest setUpgradeSettings(UpgradeSettings upgradeSettings)
upgradeSettings - upgradeSettings or null for nonepublic WorkloadMetadataConfig getWorkloadMetadataConfig()
null for nonepublic UpdateNodePoolRequest setWorkloadMetadataConfig(WorkloadMetadataConfig workloadMetadataConfig)
workloadMetadataConfig - workloadMetadataConfig 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–2020 Google. All rights reserved.