VpnClientConnectionHealthDetail Class
VPN client connection health detail.
Variables are only populated by the server, and will be ignored when sending a request.
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. |
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