@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1PodDNSConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NAMESERVERS |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SEARCHES |
Constructor and Description |
---|
V1PodDNSConfig() |
Modifier and Type | Method and Description |
---|---|
V1PodDNSConfig |
addNameserversItem(String nameserversItem) |
V1PodDNSConfig |
addOptionsItem(V1PodDNSConfigOption optionsItem) |
V1PodDNSConfig |
addSearchesItem(String searchesItem) |
boolean |
equals(Object o) |
List<String> |
getNameservers()
A list of DNS name server IP addresses.
|
List<V1PodDNSConfigOption> |
getOptions()
A list of DNS resolver options.
|
List<String> |
getSearches()
A list of DNS search domains for host-name lookup.
|
int |
hashCode() |
V1PodDNSConfig |
nameservers(List<String> nameservers) |
V1PodDNSConfig |
options(List<V1PodDNSConfigOption> options) |
V1PodDNSConfig |
searches(List<String> searches) |
void |
setNameservers(List<String> nameservers) |
void |
setOptions(List<V1PodDNSConfigOption> options) |
void |
setSearches(List<String> searches) |
String |
toString() |
public static final String SERIALIZED_NAME_NAMESERVERS
public static final String SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_SEARCHES
public V1PodDNSConfig nameservers(List<String> nameservers)
public V1PodDNSConfig addNameserversItem(String nameserversItem)
@Nullable public List<String> getNameservers()
public V1PodDNSConfig options(List<V1PodDNSConfigOption> options)
public V1PodDNSConfig addOptionsItem(V1PodDNSConfigOption optionsItem)
@Nullable public List<V1PodDNSConfigOption> getOptions()
public void setOptions(List<V1PodDNSConfigOption> options)
public V1PodDNSConfig searches(List<String> searches)
public V1PodDNSConfig addSearchesItem(String searchesItem)
@Nullable public List<String> getSearches()
Copyright © 2020. All rights reserved.