public final class NodeNetworkConfig 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 |
|---|
NodeNetworkConfig() |
| Modifier and Type | Method and Description |
|---|---|
NodeNetworkConfig |
clone() |
Boolean |
getCreatePodRange()
Input only.
|
Boolean |
getEnablePrivateNodes()
Whether nodes have internal IP addresses only.
|
NetworkPerformanceConfig |
getNetworkPerformanceConfig()
Network bandwidth tier configuration.
|
String |
getPodIpv4CidrBlock()
The IP address range for pod IPs in this node pool.
|
String |
getPodRange()
The ID of the secondary range for pod IPs.
|
NodeNetworkConfig |
set(String fieldName,
Object value) |
NodeNetworkConfig |
setCreatePodRange(Boolean createPodRange)
Input only.
|
NodeNetworkConfig |
setEnablePrivateNodes(Boolean enablePrivateNodes)
Whether nodes have internal IP addresses only.
|
NodeNetworkConfig |
setNetworkPerformanceConfig(NetworkPerformanceConfig networkPerformanceConfig)
Network bandwidth tier configuration.
|
NodeNetworkConfig |
setPodIpv4CidrBlock(String podIpv4CidrBlock)
The IP address range for pod IPs in this node pool.
|
NodeNetworkConfig |
setPodRange(String podRange)
The ID of the secondary range for pod IPs.
|
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 getCreatePodRange()
null for nonepublic NodeNetworkConfig setCreatePodRange(Boolean createPodRange)
createPodRange - createPodRange or null for nonepublic Boolean getEnablePrivateNodes()
null for nonepublic NodeNetworkConfig setEnablePrivateNodes(Boolean enablePrivateNodes)
enablePrivateNodes - enablePrivateNodes or null for nonepublic NetworkPerformanceConfig getNetworkPerformanceConfig()
null for nonepublic NodeNetworkConfig setNetworkPerformanceConfig(NetworkPerformanceConfig networkPerformanceConfig)
networkPerformanceConfig - networkPerformanceConfig or null for nonepublic String getPodIpv4CidrBlock()
null for nonepublic NodeNetworkConfig setPodIpv4CidrBlock(String podIpv4CidrBlock)
podIpv4CidrBlock - podIpv4CidrBlock or null for nonepublic String getPodRange()
null for nonepublic NodeNetworkConfig setPodRange(String podRange)
podRange - podRange or null for nonepublic NodeNetworkConfig set(String fieldName, Object value)
set in class GenericJsonpublic NodeNetworkConfig clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.