PrivateLinkServiceConnectionState Class
The state of a private link service connection.
Constructor
PrivateLinkServiceConnectionState(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The private link service connection status. Known values are: "Approved", "Pending", "Rejected", and "Disconnected". |
|
description
|
The description for connection status. For example if connection is rejected it can indicate reason for rejection. |
|
actions_required
|
A message indicating if changes on the service provider require any updates on the consumer. Known values are: "None" and "Recreate". |
Attributes
actions_required
A message indicating if changes on the service provider require any updates on the consumer. Known values are: "None" and "Recreate".
actions_required: str | _models.ActionsRequired | None
description
The description for connection status. For example if connection is rejected it can indicate reason for rejection.
description: str | None
status
"Approved", "Pending", "Rejected", and "Disconnected".
status: str | _models.ConnectionStatus | None