PrivateEndpointConnectionResponsePropertiesArgs

data class PrivateEndpointConnectionResponsePropertiesArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<PrivateEndpointConnectionResponsePropertiesArgs>

Represents Private endpoint connection response properties.

Constructors

constructor(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)

Properties

Link copied to clipboard

Represent private Endpoint network resource that is linked to the Private Endpoint connection.

Link copied to clipboard

Represents Private link service connection state.

Functions

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