public final class IPEndpointsConfig
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IPEndpointsConfig() |
| Modifier and Type | Method and Description |
|---|---|
IPEndpointsConfig |
clone() |
MasterAuthorizedNetworksConfig |
getAuthorizedNetworksConfig()
Configuration of authorized networks.
|
Boolean |
getEnabled()
Controls whether to allow direct IP access.
|
Boolean |
getEnablePublicEndpoint()
Controls whether the control plane allows access through a public IP.
|
Boolean |
getGlobalAccess()
Controls whether the control plane's private endpoint is accessible from sources in other
regions.
|
String |
getPrivateEndpoint()
Output only.
|
String |
getPrivateEndpointSubnetwork()
Subnet to provision the master's private endpoint during cluster creation.
|
String |
getPublicEndpoint()
Output only.
|
IPEndpointsConfig |
set(String fieldName,
Object value) |
IPEndpointsConfig |
setAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig authorizedNetworksConfig)
Configuration of authorized networks.
|
IPEndpointsConfig |
setEnabled(Boolean enabled)
Controls whether to allow direct IP access.
|
IPEndpointsConfig |
setEnablePublicEndpoint(Boolean enablePublicEndpoint)
Controls whether the control plane allows access through a public IP.
|
IPEndpointsConfig |
setGlobalAccess(Boolean globalAccess)
Controls whether the control plane's private endpoint is accessible from sources in other
regions.
|
IPEndpointsConfig |
setPrivateEndpoint(String privateEndpoint)
Output only.
|
IPEndpointsConfig |
setPrivateEndpointSubnetwork(String privateEndpointSubnetwork)
Subnet to provision the master's private endpoint during cluster creation.
|
IPEndpointsConfig |
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 MasterAuthorizedNetworksConfig getAuthorizedNetworksConfig()
null for nonepublic IPEndpointsConfig setAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig authorizedNetworksConfig)
authorizedNetworksConfig - authorizedNetworksConfig or null for nonepublic Boolean getEnablePublicEndpoint()
null for nonepublic IPEndpointsConfig setEnablePublicEndpoint(Boolean enablePublicEndpoint)
enablePublicEndpoint - enablePublicEndpoint or null for nonepublic Boolean getEnabled()
null for nonepublic IPEndpointsConfig setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic Boolean getGlobalAccess()
null for nonepublic IPEndpointsConfig setGlobalAccess(Boolean globalAccess)
globalAccess - globalAccess or null for nonepublic String getPrivateEndpoint()
null for nonepublic IPEndpointsConfig setPrivateEndpoint(String privateEndpoint)
privateEndpoint - privateEndpoint or null for nonepublic String getPrivateEndpointSubnetwork()
null for nonepublic IPEndpointsConfig setPrivateEndpointSubnetwork(String privateEndpointSubnetwork)
privateEndpointSubnetwork - privateEndpointSubnetwork or null for nonepublic String getPublicEndpoint()
null for nonepublic IPEndpointsConfig setPublicEndpoint(String publicEndpoint)
publicEndpoint - publicEndpoint or null for nonepublic IPEndpointsConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic IPEndpointsConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.