-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
abstract com.google.common.collect.ImmutableList<String>
abstract com.google.common.collect.ImmutableList<String>
abstract com.google.common.collect.ImmutableList<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DnsConfig
public DnsConfig()
-
Method Details
-
nameServers
@Nullable
public abstract com.google.common.collect.ImmutableList<String> nameServers()
-
search
@Nullable
public abstract com.google.common.collect.ImmutableList<String> search()
-
options
@Nullable
public abstract com.google.common.collect.ImmutableList<String> options()
-
-