public final class DNSConfig
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 |
|---|
DNSConfig() |
| Modifier and Type | Method and Description |
|---|---|
DNSConfig |
clone() |
String |
getAdditiveVpcScopeDnsDomain()
Optional.
|
String |
getClusterDns()
cluster_dns indicates which in-cluster DNS provider should be used.
|
String |
getClusterDnsDomain()
cluster_dns_domain is the suffix used for all cluster service records.
|
String |
getClusterDnsScope()
cluster_dns_scope indicates the scope of access to cluster DNS records.
|
DNSConfig |
set(String fieldName,
Object value) |
DNSConfig |
setAdditiveVpcScopeDnsDomain(String additiveVpcScopeDnsDomain)
Optional.
|
DNSConfig |
setClusterDns(String clusterDns)
cluster_dns indicates which in-cluster DNS provider should be used.
|
DNSConfig |
setClusterDnsDomain(String clusterDnsDomain)
cluster_dns_domain is the suffix used for all cluster service records.
|
DNSConfig |
setClusterDnsScope(String clusterDnsScope)
cluster_dns_scope indicates the scope of access to cluster DNS records.
|
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 String getAdditiveVpcScopeDnsDomain()
null for nonepublic DNSConfig setAdditiveVpcScopeDnsDomain(String additiveVpcScopeDnsDomain)
additiveVpcScopeDnsDomain - additiveVpcScopeDnsDomain or null for nonepublic String getClusterDns()
null for nonepublic DNSConfig setClusterDns(String clusterDns)
clusterDns - clusterDns or null for nonepublic String getClusterDnsDomain()
null for nonepublic DNSConfig setClusterDnsDomain(String clusterDnsDomain)
clusterDnsDomain - clusterDnsDomain or null for nonepublic String getClusterDnsScope()
null for nonepublic DNSConfig setClusterDnsScope(String clusterDnsScope)
clusterDnsScope - clusterDnsScope or null for nonepublic DNSConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DNSConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.