Class ServiceDnsConfig
Specifies service container DNS related options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceDnsConfig
Properties
Nameservers
IP addresses of the nameservers.
Declaration
public List<string> Nameservers { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Options
Low-level internal resolver options. See: http://manpages.ubuntu.com/manpages/precise/man5/resolvconf.conf.5.html
Declaration
public List<string> Options { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Search
Domain search list for hostname lookups.
Declaration
public List<string> Search { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()