VpnClientConnectionHealth Class

Definition

VpnClientConnectionHealth properties.

public class VpnClientConnectionHealth
type VpnClientConnectionHealth = class
Public Class VpnClientConnectionHealth
Inheritance
VpnClientConnectionHealth

Constructors

VpnClientConnectionHealth()

Initializes a new instance of the VpnClientConnectionHealth class.

VpnClientConnectionHealth(Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<String>)

Initializes a new instance of the VpnClientConnectionHealth class.

Properties

AllocatedIpAddresses

Gets or sets list of allocated ip addresses to the connected p2s vpn clients.

TotalEgressBytesTransferred

Gets total of the Egress Bytes Transferred in this connection.

TotalIngressBytesTransferred

Gets total of the Ingress Bytes Transferred in this P2S Vpn connection.

VpnClientConnectionsCount

Gets or sets the total of p2s vpn clients connected at this time to this P2SVpnGateway.

Applies to