![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.network.kotlin.inputs.NatGatewayArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-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.azurenative.network.kotlin.inputs
import com.pulumi.azurenative.network.inputs.NatGatewayArgs.builder
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.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Nat Gateway resource.
* @property id Resource ID.
* @property idleTimeoutInMinutes The idle timeout of the nat gateway.
* @property location Resource location.
* @property publicIpAddresses An array of public ip addresses associated with the nat gateway resource.
* @property publicIpPrefixes An array of public ip prefixes associated with the nat gateway resource.
* @property sku The nat gateway SKU.
* @property tags Resource tags.
* @property zones A list of availability zones denoting the zone in which Nat Gateway should be deployed.
*/
public data class NatGatewayArgs(
public val id: Output? = null,
public val idleTimeoutInMinutes: Output? = null,
public val location: Output? = null,
public val publicIpAddresses: Output>? = null,
public val publicIpPrefixes: Output>? = null,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy