![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.paloalto.kotlin.NextGenerationFirewallVirtualHubPanoramaArgs.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
import com.pulumi.azure.paloalto.NextGenerationFirewallVirtualHubPanoramaArgs.builder
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaDestinationNatArgs
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaDestinationNatArgsBuilder
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgs
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaDnsSettingsArgsBuilder
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaNetworkProfileArgs
import com.pulumi.azure.paloalto.kotlin.inputs.NextGenerationFirewallVirtualHubPanoramaNetworkProfileArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property destinationNats
* @property dnsSettings
* @property location
* @property name
* @property networkProfile
* @property panoramaBase64Config
* @property resourceGroupName
* @property tags
*/
public data class NextGenerationFirewallVirtualHubPanoramaArgs(
public val destinationNats: Output>? = null,
public val dnsSettings: Output? = null,
public val location: Output? = null,
public val name: Output? = null,
public val networkProfile: Output? =
null,
public val panoramaBase64Config: Output? = null,
public val resourceGroupName: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy