VpnClientConnectionHealthDetail Class
VPN client connection health detail.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelVpnClientConnectionHealthDetail
Constructor
VpnClientConnectionHealthDetail(**kwargs: Any)
Variables
Name | Description |
---|---|
vpn_connection_id
|
The vpn client Id. |
vpn_connection_duration
|
The duration time of a connected vpn client. |
vpn_connection_time
|
The start time of a connected vpn client. |
public_ip_address
|
The public Ip of a connected vpn client. |
private_ip_address
|
The assigned private Ip of a connected vpn client. |
vpn_user_name
|
The user name of a connected vpn client. |
max_bandwidth
|
The max band width. |
egress_packets_transferred
|
The egress packets per second. |
egress_bytes_transferred
|
The egress bytes per second. |
ingress_packets_transferred
|
The ingress packets per second. |
ingress_bytes_transferred
|
The ingress bytes per second. |
max_packets_per_second
|
The max packets transferred per second. |
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