
com.pulumi.azurenative.deviceupdate.kotlin.outputs.PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.deviceupdate.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Remote private endpoint connection details.
* @property id Remote private endpoint connection ID.
*/
public data class PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection(
public val id: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.deviceupdate.outputs.PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection): PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection =
PrivateLinkServiceProxyResponseRemotePrivateEndpointConnection(
id = javaType.id(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy