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 Google Container Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UpdateNodePoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
clone() |
String |
getImageType()
The desired image type for the node pool.
|
String |
getNodeVersion()
The Kubernetes version to change the nodes to (typically an upgrade).
|
UpdateNodePoolRequest |
set(String fieldName,
Object value) |
UpdateNodePoolRequest |
setImageType(String imageType)
The desired image type for the node pool.
|
UpdateNodePoolRequest |
setNodeVersion(String nodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getImageType()
null for nonepublic UpdateNodePoolRequest setImageType(String imageType)
imageType - imageType or null for nonepublic String getNodeVersion()
null for nonepublic UpdateNodePoolRequest setNodeVersion(String nodeVersion)
nodeVersion - nodeVersion or null for nonepublic UpdateNodePoolRequest set(String fieldName, Object value)
set in class GenericJsonpublic UpdateNodePoolRequest clone()
clone in class GenericJson