VpnClientConnectionHealthDetail interface
VPN client connection health detail.
Properties
egress |
The egress bytes per second. NOTE: This property will not be serialized. It can only be populated by the server. |
egress |
The egress packets per second. NOTE: This property will not be serialized. It can only be populated by the server. |
ingress |
The ingress bytes per second. NOTE: This property will not be serialized. It can only be populated by the server. |
ingress |
The ingress packets per second. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The max band width. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The max packets transferred per second. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The assigned private Ip of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
The public Ip of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server. |
vpn |
The duration time of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server. |
vpn |
The vpn client Id. NOTE: This property will not be serialized. It can only be populated by the server. |
vpn |
The start time of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server. |
vpn |
The user name of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
egressBytesTransferred
The egress bytes per second. NOTE: This property will not be serialized. It can only be populated by the server.
egressBytesTransferred?: number
Property Value
number
egressPacketsTransferred
The egress packets per second. NOTE: This property will not be serialized. It can only be populated by the server.
egressPacketsTransferred?: number
Property Value
number
ingressBytesTransferred
The ingress bytes per second. NOTE: This property will not be serialized. It can only be populated by the server.
ingressBytesTransferred?: number
Property Value
number
ingressPacketsTransferred
The ingress packets per second. NOTE: This property will not be serialized. It can only be populated by the server.
ingressPacketsTransferred?: number
Property Value
number
maxBandwidth
The max band width. NOTE: This property will not be serialized. It can only be populated by the server.
maxBandwidth?: number
Property Value
number
maxPacketsPerSecond
The max packets transferred per second. NOTE: This property will not be serialized. It can only be populated by the server.
maxPacketsPerSecond?: number
Property Value
number
privateIpAddress
The assigned private Ip of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server.
privateIpAddress?: string
Property Value
string
publicIpAddress
The public Ip of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server.
publicIpAddress?: string
Property Value
string
vpnConnectionDuration
The duration time of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server.
vpnConnectionDuration?: number
Property Value
number
vpnConnectionId
The vpn client Id. NOTE: This property will not be serialized. It can only be populated by the server.
vpnConnectionId?: string
Property Value
string
vpnConnectionTime
The start time of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server.
vpnConnectionTime?: string
Property Value
string
vpnUserName
The user name of a connected vpn client. NOTE: This property will not be serialized. It can only be populated by the server.
vpnUserName?: string
Property Value
string