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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python