
com.pulumi.azurenative.apimanagement.kotlin.outputs.BackendSubnetConfigurationResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.apimanagement.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Information regarding how the subnet to which the gateway should be injected.
* @property id The ARM ID of the subnet in which the backend systems are hosted.
*/
public data class BackendSubnetConfigurationResponse(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.apimanagement.outputs.BackendSubnetConfigurationResponse): BackendSubnetConfigurationResponse = BackendSubnetConfigurationResponse(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy