VpnClientConnectionHealthDetailResponse

data class VpnClientConnectionHealthDetailResponse(val egressBytesTransferred: Double, val egressPacketsTransferred: Double, val ingressBytesTransferred: Double, val ingressPacketsTransferred: Double, val maxBandwidth: Double, val maxPacketsPerSecond: Double, val privateIpAddress: String, val publicIpAddress: String, val vpnConnectionDuration: Double, val vpnConnectionId: String, val vpnConnectionTime: String, val vpnUserName: String)

VPN client connection health detail.

Constructors

Link copied to clipboard
constructor(egressBytesTransferred: Double, egressPacketsTransferred: Double, ingressBytesTransferred: Double, ingressPacketsTransferred: Double, maxBandwidth: Double, maxPacketsPerSecond: Double, privateIpAddress: String, publicIpAddress: String, vpnConnectionDuration: Double, vpnConnectionId: String, vpnConnectionTime: String, vpnUserName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The egress bytes per second.

Link copied to clipboard

The egress packets per second.

Link copied to clipboard

The ingress bytes per second.

Link copied to clipboard

The ingress packets per second.

Link copied to clipboard

The max band width.

Link copied to clipboard

The max packets transferred per second.

Link copied to clipboard

The assigned private Ip of a connected vpn client.

Link copied to clipboard

The public Ip of a connected vpn client.

Link copied to clipboard

The duration time of a connected vpn client.

Link copied to clipboard

The vpn client Id.

Link copied to clipboard

The start time of a connected vpn client.

Link copied to clipboard

The user name of a connected vpn client.