PrivateEndpointConnectionPropertiesArgs

data class PrivateEndpointConnectionPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>

Private endpoint connection properties.

Constructors

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

Properties

Link copied to clipboard

State of the private endpoint connection.

Functions

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