NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettingsArgs

data class NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettingsArgs(val azureDnsServers: Output<List<String>>? = null, val dnsServers: Output<List<String>>? = null, val useAzureDns: Output<Boolean>? = null) : ConvertibleToJava<NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettingsArgs>

Constructors

constructor(azureDnsServers: Output<List<String>>? = null, dnsServers: Output<List<String>>? = null, useAzureDns: Output<Boolean>? = null)

Properties

Link copied to clipboard
val azureDnsServers: Output<List<String>>? = null
Link copied to clipboard
val dnsServers: Output<List<String>>? = null

Specifies a list of DNS servers to use. Conflicts with dns_settings[0].use_azure_dns.

Link copied to clipboard
val useAzureDns: Output<Boolean>? = null

Should the Firewall use Azure Supplied DNS servers. Conflicts with dns_settings[0].dns_servers. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): NextGenerationFirewallVirtualNetworkLocalRulestackDnsSettingsArgs