VpnClientConnectionHealthResponse

data class VpnClientConnectionHealthResponse(val allocatedIpAddresses: List<String>? = null, val totalEgressBytesTransferred: Double, val totalIngressBytesTransferred: Double, val vpnClientConnectionsCount: Int? = null)

VpnClientConnectionHealth properties.

Constructors

Link copied to clipboard
constructor(allocatedIpAddresses: List<String>? = null, totalEgressBytesTransferred: Double, totalIngressBytesTransferred: Double, vpnClientConnectionsCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of allocated ip addresses to the connected p2s vpn clients.

Link copied to clipboard

Total of the Egress Bytes Transferred in this connection.

Link copied to clipboard

Total of the Ingress Bytes Transferred in this P2S Vpn connection.

Link copied to clipboard

The total of p2s vpn clients connected at this time to this P2SVpnGateway.