VpnClientConnectionHealth Class
VpnClientConnectionHealth properties.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
VpnClientConnectionHealth(*, vpn_client_connections_count: int | None = None, allocated_ip_addresses: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
vpn_client_connections_count
|
The total of p2s vpn clients connected at this time to this P2SVpnGateway. |
allocated_ip_addresses
|
List of allocated ip addresses to the connected p2s vpn clients. |
Variables
Name | Description |
---|---|
total_ingress_bytes_transferred
|
Total of the Ingress Bytes Transferred in this P2S Vpn connection. |
total_egress_bytes_transferred
|
Total of the Egress Bytes Transferred in this connection. |
vpn_client_connections_count
|
The total of p2s vpn clients connected at this time to this P2SVpnGateway. |
allocated_ip_addresses
|
List of allocated ip addresses to the connected p2s vpn clients. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python