VpnClientConnectionHealth Class
VpnClientConnectionHealth properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnClientConnectionHealth
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python