RemotePrivateEndpointArgs

data class RemotePrivateEndpointArgs(val connectionDetails: Output<List<ConnectionDetailsArgs>>? = null, val id: Output<String>, val manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, val privateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, val privateLinkServiceProxies: Output<List<PrivateLinkServiceProxyArgs>>? = null) : ConvertibleToJava<RemotePrivateEndpointArgs>

Represent remote private endpoint information for the private endpoint connection proxy.

Constructors

Link copied to clipboard
constructor(connectionDetails: Output<List<ConnectionDetailsArgs>>? = null, id: Output<String>, manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, privateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, privateLinkServiceProxies: Output<List<PrivateLinkServiceProxyArgs>>? = null)

Properties

Link copied to clipboard

Gets or sets the list of Connection Details. This is the connection details for private endpoint.

Link copied to clipboard
val id: Output<String>

Gets or sets private link service proxy id.

Link copied to clipboard

Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.

Link copied to clipboard

Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.

Link copied to clipboard

Gets or sets the list of private link service proxies.

Functions

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