com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.paloalto.kotlin.inputs
import com.pulumi.azure.paloalto.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property azureDnsServers
* @property dnsServers
* @property useAzureDns
*/
public data class NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs(
public val azureDnsServers: Output>? = null,
public val dnsServers: Output>? = null,
public val useAzureDns: Output? = null,
) :
ConvertibleToJava {
override fun toJava():
com.pulumi.azure.paloalto.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs =
com.pulumi.azure.paloalto.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs.builder()
.azureDnsServers(azureDnsServers?.applyValue({ args0 -> args0.map({ args0 -> args0 }) }))
.dnsServers(dnsServers?.applyValue({ args0 -> args0.map({ args0 -> args0 }) }))
.useAzureDns(useAzureDns?.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs].
*/
@PulumiTagMarker
public class NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgsBuilder internal constructor() {
private var azureDnsServers: Output>? = null
private var dnsServers: Output>? = null
private var useAzureDns: Output? = null
/**
* @param value
*/
@JvmName("agmlgyaeyeyiyluh")
public suspend fun azureDnsServers(`value`: Output>) {
this.azureDnsServers = value
}
@JvmName("apcoudokyxgtclnc")
public suspend fun azureDnsServers(vararg values: Output) {
this.azureDnsServers = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("peqrvjbovkvoofwm")
public suspend fun azureDnsServers(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy