PrivateLinkConnectionState Class
The state of a private link connection.
Constructor
PrivateLinkConnectionState(*, status: str | None = None, description: str | None = None, actions_required: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
status
|
Status of a private link connection. Default value: None
|
|
description
|
Description of a private link connection. Default value: None
|
|
actions_required
|
ActionsRequired for a private link connection. Default value: None
|