NextGenerationFirewallVirtualHubLocalRulestackDnsSettingsArgs

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

Constructors

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

Functions

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

Properties

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