PrivateLinkServiceConnectionStateResponse

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

State of a private endpoint connection.

Constructors

constructor(actionsRequired: String? = null, description: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionsRequired: String? = null

Actions required on the private endpoint connection.

Link copied to clipboard
val description: String? = null

Description of the private endpoint connection.

Link copied to clipboard
val status: String? = null

Connection status of the private endpoint connection.