PrivateLinkServiceConnectionStateResponse

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

The private link service connection state.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionsRequired: String? = null

Whether there is further actions.

Link copied to clipboard
val description: String? = null

The optional description of the status.

Link copied to clipboard

The concrete private link service connection.