PrivateLinkServiceConnectionState Class

The state of a private link service connection.

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Optional[Union[str, _models.ConnectionStatus]] = None, description: Optional[str] = None, **kwargs)

Variables

status
str or ConnectionStatus

The private link service connection status. Known values are: "Pending", "Approved", "Rejected", "Disconnected".

description
str

The private link service connection description.