
com.pulumi.azurenative.azurestackhci.kotlin.outputs.IPConfigurationResponseSubnet.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.azurestackhci.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Subnet - Name of Subnet bound to the IP configuration.
* @property id ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
*/
public data class IPConfigurationResponseSubnet(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.azurestackhci.outputs.IPConfigurationResponseSubnet): IPConfigurationResponseSubnet = IPConfigurationResponseSubnet(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy