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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python