RemotePrivateEndpointConnectionWrapperArgs

data class RemotePrivateEndpointConnectionWrapperArgs(val id: Output<String>? = null, val name: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>, val type: Output<String>? = null) : ConvertibleToJava<RemotePrivateEndpointConnectionWrapperArgs>

Remote Private Endpoint Connection resource.

Constructors

constructor(id: Output<String>? = null, name: Output<String>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>, type: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Private Endpoint connection resource id

Link copied to clipboard
val name: Output<String>? = null

Private Endpoint Connection Name

Link copied to clipboard

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
val type: Output<String>? = null

Private Endpoint Connection Resource Type

Functions

Link copied to clipboard
open override fun toJava(): RemotePrivateEndpointConnectionWrapperArgs