PrivateLinkServiceConnectionState Class

The private link service connection state.

All required parameters must be populated in order to send to server.

Constructor

PrivateLinkServiceConnectionState(*, status: str | _models.PrivateLinkServiceConnectionStatus, description: str | None = None, actions_required: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

The concrete private link service connection. Required. Known values are: "Approved", "Rejected", "Pending", and "Removed".

description
str

The optional description of the status.

Default value: None
actions_required
str

Whether there is further actions.

Default value: None

Variables

Name Description
status

The concrete private link service connection. Required. Known values are: "Approved", "Rejected", "Pending", and "Removed".

description
str

The optional description of the status.

actions_required
str

Whether there is further actions.