
com.pulumi.azure.network.kotlin.outputs.GetApplicationGatewayGatewayIpConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.network.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id The ID of the Rewrite Rule Set
* @property name The name of this Application Gateway.
* @property subnetId The ID of the subnet the private link configuration is connected to.
*/
public data class GetApplicationGatewayGatewayIpConfiguration(
public val id: String,
public val name: String,
public val subnetId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.network.outputs.GetApplicationGatewayGatewayIpConfiguration): GetApplicationGatewayGatewayIpConfiguration = GetApplicationGatewayGatewayIpConfiguration(
id = javaType.id(),
name = javaType.name(),
subnetId = javaType.subnetId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy