
com.pulumi.azurenative.hybridcompute.kotlin.outputs.PrivateEndpointPropertyResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.hybridcompute.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Private endpoint which the connection belongs to.
* @property id Resource id of the private endpoint.
*/
public data class PrivateEndpointPropertyResponse(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.hybridcompute.outputs.PrivateEndpointPropertyResponse): PrivateEndpointPropertyResponse = PrivateEndpointPropertyResponse(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy