public final class NodePoolAutoscaling 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 |
|---|
NodePoolAutoscaling() |
| Modifier and Type | Method and Description |
|---|---|
NodePoolAutoscaling |
clone() |
Boolean |
getAutoprovisioned()
Can this node pool be deleted automatically.
|
Boolean |
getEnabled()
Is autoscaling enabled for this node pool.
|
Integer |
getMaxNodeCount()
Maximum number of nodes in the NodePool.
|
Integer |
getMinNodeCount()
Minimum number of nodes in the NodePool.
|
NodePoolAutoscaling |
set(String fieldName,
Object value) |
NodePoolAutoscaling |
setAutoprovisioned(Boolean autoprovisioned)
Can this node pool be deleted automatically.
|
NodePoolAutoscaling |
setEnabled(Boolean enabled)
Is autoscaling enabled for this node pool.
|
NodePoolAutoscaling |
setMaxNodeCount(Integer maxNodeCount)
Maximum number of nodes in the NodePool.
|
NodePoolAutoscaling |
setMinNodeCount(Integer minNodeCount)
Minimum number of nodes in the NodePool.
|
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 Boolean getAutoprovisioned()
null for nonepublic NodePoolAutoscaling setAutoprovisioned(Boolean autoprovisioned)
autoprovisioned - autoprovisioned or null for nonepublic Boolean getEnabled()
null for nonepublic NodePoolAutoscaling setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic Integer getMaxNodeCount()
null for nonepublic NodePoolAutoscaling setMaxNodeCount(Integer maxNodeCount)
maxNodeCount - maxNodeCount or null for nonepublic Integer getMinNodeCount()
null for nonepublic NodePoolAutoscaling setMinNodeCount(Integer minNodeCount)
minNodeCount - minNodeCount or null for nonepublic NodePoolAutoscaling set(String fieldName, Object value)
set in class GenericJsonpublic NodePoolAutoscaling clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.