PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs

data class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<PrivateLinkServiceConnectionStatus>? = null) : ConvertibleToJava<PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateArgs>

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

Constructors

constructor(actionsRequired: Output<String>? = null, description: Output<String>? = null, status: Output<PrivateLinkServiceConnectionStatus>? = null)

Properties

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

A description of any extra actions that may be required.

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

The description for the private link service connection state.

Link copied to clipboard

Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected.

Functions

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