PrivateLinkServiceProxyArgs

data class PrivateLinkServiceProxyArgs(val groupConnectivityInformation: Output<List<GroupConnectivityInformationArgs>>? = null, val id: Output<String>? = null, val remotePrivateEndpointConnection: Output<RemotePrivateEndpointConnectionArgs>? = null, val remotePrivateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateLinkServiceProxyArgs>

Represents NRP private link service proxy.

Constructors

Link copied to clipboard
constructor(groupConnectivityInformation: Output<List<GroupConnectivityInformationArgs>>? = null, id: Output<String>? = null, remotePrivateEndpointConnection: Output<RemotePrivateEndpointConnectionArgs>? = null, remotePrivateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)

Properties

Link copied to clipboard

Gets or sets group connectivity information.

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

Gets or sets private link service proxy id.

Link copied to clipboard

Represent remote private endpoint connection.

Link copied to clipboard

Represents Private link service connection state.

Functions

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