PrivateEndpointConnectionArgs

data class PrivateEndpointConnectionArgs(val etag: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The private endpoint connection resource.

Constructors

Link copied to clipboard
constructor(etag: Output<String>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>)

Properties

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

Modified whenever there is a change in the state of private endpoint connection.

Link copied to clipboard

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

Functions

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