PrivateEndpointConnectionArgs

data class PrivateEndpointConnectionArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Private Endpoint Connection Response Properties

Constructors

Link copied to clipboard
constructor(privateEndpoint: Output<PrivateEndpointArgs>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null)

Properties

Link copied to clipboard

Gets or sets private endpoint associated with the private endpoint connection

Link copied to clipboard

Gets or sets private link service connection state

Link copied to clipboard
val provisioningState: Output<Either<String, ProvisioningState>>? = null

Gets or sets provisioning state of the private endpoint connection

Functions

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