public final class DNSEndpointConfig
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 |
|---|
DNSEndpointConfig() |
| Modifier and Type | Method and Description |
|---|---|
DNSEndpointConfig |
clone() |
Boolean |
getAllowExternalTraffic()
Controls whether user traffic is allowed over this endpoint.
|
Boolean |
getEnableK8sCertsViaDns()
Controls whether the k8s certs auth is allowed via DNS.
|
Boolean |
getEnableK8sTokensViaDns()
Controls whether the k8s token auth is allowed via DNS.
|
String |
getEndpoint()
Output only.
|
DNSEndpointConfig |
set(String fieldName,
Object value) |
DNSEndpointConfig |
setAllowExternalTraffic(Boolean allowExternalTraffic)
Controls whether user traffic is allowed over this endpoint.
|
DNSEndpointConfig |
setEnableK8sCertsViaDns(Boolean enableK8sCertsViaDns)
Controls whether the k8s certs auth is allowed via DNS.
|
DNSEndpointConfig |
setEnableK8sTokensViaDns(Boolean enableK8sTokensViaDns)
Controls whether the k8s token auth is allowed via DNS.
|
DNSEndpointConfig |
setEndpoint(String endpoint)
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 getAllowExternalTraffic()
null for nonepublic DNSEndpointConfig setAllowExternalTraffic(Boolean allowExternalTraffic)
allowExternalTraffic - allowExternalTraffic or null for nonepublic Boolean getEnableK8sCertsViaDns()
null for nonepublic DNSEndpointConfig setEnableK8sCertsViaDns(Boolean enableK8sCertsViaDns)
enableK8sCertsViaDns - enableK8sCertsViaDns or null for nonepublic Boolean getEnableK8sTokensViaDns()
null for nonepublic DNSEndpointConfig setEnableK8sTokensViaDns(Boolean enableK8sTokensViaDns)
enableK8sTokensViaDns - enableK8sTokensViaDns or null for nonepublic String getEndpoint()
null for nonepublic DNSEndpointConfig setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic DNSEndpointConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DNSEndpointConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.