DnsConfiguration Class

DNS configuration for the container group.

All required parameters must be populated in order to send to Azure.

Inheritance
DnsConfiguration

Constructor

DnsConfiguration(*, name_servers: List[str], search_domains: Optional[str] = None, options: Optional[str] = None, **kwargs)

Variables

name_servers
list[str]

Required. The DNS servers for the container group.

search_domains
str

The DNS search domains for hostname lookup in the container group.

options
str

The DNS options for the container group.