RemotePrivateEndpointConnectionProperties Class
RemotePrivateEndpointConnection resource specific properties.
Constructor
RemotePrivateEndpointConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
|
|
private_endpoint
|
PrivateEndpoint of a remote private endpoint connection. |
|
private_link_service_connection_state
|
The state of a private link connection. |
|
ip_addresses
|
Private IPAddresses mapped to the remote private endpoint. |
Attributes
ip_addresses
Private IPAddresses mapped to the remote private endpoint.
ip_addresses: list[str] | None
private_endpoint
PrivateEndpoint of a remote private endpoint connection.
private_endpoint: _models.ArmIdWrapper | None
private_link_service_connection_state
The state of a private link connection.
private_link_service_connection_state: _models.PrivateLinkConnectionState | None
provisioning_state
provisioning_state: str | None