
com.pulumi.azurenative.azurestackhci.kotlin.outputs.NetworkInterfaceArmReferenceResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.azurestackhci.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The ARM ID for a Network Interface.
* @property id The ARM ID for a Network Interface.
*/
public data class NetworkInterfaceArmReferenceResponse(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.azurestackhci.outputs.NetworkInterfaceArmReferenceResponse): NetworkInterfaceArmReferenceResponse = NetworkInterfaceArmReferenceResponse(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy