Compartilhar via


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.Model
VpnClientConnectionHealthDetail

Constructor

VpnClientConnectionHealthDetail(**kwargs: Any)

Variables

Name Description
vpn_connection_id
str

The vpn client Id.

vpn_connection_duration
int

The duration time of a connected vpn client.

vpn_connection_time
str

The start time of a connected vpn client.

public_ip_address
str

The public Ip of a connected vpn client.

private_ip_address
str

The assigned private Ip of a connected vpn client.

vpn_user_name
str

The user name of a connected vpn client.

max_bandwidth
int

The max band width.

egress_packets_transferred
int

The egress packets per second.

egress_bytes_transferred
int

The egress bytes per second.

ingress_packets_transferred
int

The ingress packets per second.

ingress_bytes_transferred
int

The ingress bytes per second.

max_packets_per_second
int

The max packets transferred per second.