VpnClientConnectionHealthDetail Class

Definition

VPN client connection health detail.

public class VpnClientConnectionHealthDetail
type VpnClientConnectionHealthDetail = class
Public Class VpnClientConnectionHealthDetail
Inheritance
VpnClientConnectionHealthDetail

Constructors

VpnClientConnectionHealthDetail()

Initializes a new instance of the VpnClientConnectionHealthDetail class.

VpnClientConnectionHealthDetail(String, Nullable<Int64>, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the VpnClientConnectionHealthDetail class.

Properties

EgressBytesTransferred

Gets the egress bytes per second.

EgressPacketsTransferred

Gets the egress packets per second.

IngressBytesTransferred

Gets the ingress bytes per second.

IngressPacketsTransferred

Gets the ingress packets per second.

MaxBandwidth

Gets the max band width.

MaxPacketsPerSecond

Gets the max packets transferred per second.

PrivateIpAddress

Gets the assigned private Ip of a connected vpn client.

PublicIpAddress

Gets the public Ip of a connected vpn client.

VpnConnectionDuration

Gets the duration time of a connected vpn client.

VpnConnectionId

Gets the vpn client Id.

VpnConnectionTime

Gets the start time of a connected vpn client.

VpnUserName

Gets the user name of a connected vpn client.

Applies to