Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateContainerDnsConfigDetails

Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.

Properties

Optional nameservers

nameservers: Array<string>

IP address of a name server that the resolver should query, either an IPv4 address (in dot notation), or an IPv6 address in colon (and possibly dot) notation. If null, uses nameservers from subnet dhcpDnsOptions.

Optional options

options: Array<string>

Options allows certain internal resolver variables to be modified. Options are a list of objects in https://man7.org/linux/man-pages/man5/resolv.conf.5.html. Examples: ["ndots:n", "edns0"].

Optional searches

searches: Array<string>

Search list for host-name lookup. If null, we will use searches from subnet dhcpDnsOptios.

Functions

getDeserializedJsonObj

getJsonObj