public final class PrivateClusterConfig 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 |
|---|
PrivateClusterConfig() |
| Modifier and Type | Method and Description |
|---|---|
PrivateClusterConfig |
clone() |
Boolean |
getEnablePrivateEndpoint()
Whether the master's internal IP address is used as the cluster endpoint.
|
Boolean |
getEnablePrivateNodes()
Whether nodes have internal IP addresses only.
|
String |
getMasterIpv4CidrBlock()
The IP range in CIDR notation to use for the hosted master network.
|
String |
getPeeringName()
Output only.
|
String |
getPrivateEndpoint()
Output only.
|
String |
getPublicEndpoint()
Output only.
|
PrivateClusterConfig |
set(String fieldName,
Object value) |
PrivateClusterConfig |
setEnablePrivateEndpoint(Boolean enablePrivateEndpoint)
Whether the master's internal IP address is used as the cluster endpoint.
|
PrivateClusterConfig |
setEnablePrivateNodes(Boolean enablePrivateNodes)
Whether nodes have internal IP addresses only.
|
PrivateClusterConfig |
setMasterIpv4CidrBlock(String masterIpv4CidrBlock)
The IP range in CIDR notation to use for the hosted master network.
|
PrivateClusterConfig |
setPeeringName(String peeringName)
Output only.
|
PrivateClusterConfig |
setPrivateEndpoint(String privateEndpoint)
Output only.
|
PrivateClusterConfig |
setPublicEndpoint(String publicEndpoint)
Output only.
|
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 getEnablePrivateEndpoint()
null for nonepublic PrivateClusterConfig setEnablePrivateEndpoint(Boolean enablePrivateEndpoint)
enablePrivateEndpoint - enablePrivateEndpoint or null for nonepublic Boolean getEnablePrivateNodes()
null for nonepublic PrivateClusterConfig setEnablePrivateNodes(Boolean enablePrivateNodes)
enablePrivateNodes - enablePrivateNodes or null for nonepublic String getMasterIpv4CidrBlock()
null for nonepublic PrivateClusterConfig setMasterIpv4CidrBlock(String masterIpv4CidrBlock)
masterIpv4CidrBlock - masterIpv4CidrBlock or null for nonepublic String getPeeringName()
null for nonepublic PrivateClusterConfig setPeeringName(String peeringName)
peeringName - peeringName or null for nonepublic String getPrivateEndpoint()
null for nonepublic PrivateClusterConfig setPrivateEndpoint(String privateEndpoint)
privateEndpoint - privateEndpoint or null for nonepublic String getPublicEndpoint()
null for nonepublic PrivateClusterConfig setPublicEndpoint(String publicEndpoint)
publicEndpoint - publicEndpoint or null for nonepublic PrivateClusterConfig set(String fieldName, Object value)
set in class GenericJsonpublic PrivateClusterConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.