PrivateLinkServiceProxyArgs

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

Private link service proxy details.

Constructors

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

Properties

Link copied to clipboard

Group connectivity information.

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

NRP resource ID.

Link copied to clipboard

Remote private link service connection state

Functions

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