VpnClientConnectionHealth interface
VpnClientConnectionHealth properties.
Properties
allocated |
List of allocated ip addresses to the connected p2s vpn clients. |
total |
Total of the Egress Bytes Transferred in this connection. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Total of the Ingress Bytes Transferred in this P2S Vpn connection. NOTE: This property will not be serialized. It can only be populated by the server. |
vpn |
The total of p2s vpn clients connected at this time to this P2SVpnGateway. |
Property Details
allocatedIpAddresses
List of allocated ip addresses to the connected p2s vpn clients.
allocatedIpAddresses?: string[]
Property Value
string[]
totalEgressBytesTransferred
Total of the Egress Bytes Transferred in this connection. NOTE: This property will not be serialized. It can only be populated by the server.
totalEgressBytesTransferred?: number
Property Value
number
totalIngressBytesTransferred
Total of the Ingress Bytes Transferred in this P2S Vpn connection. NOTE: This property will not be serialized. It can only be populated by the server.
totalIngressBytesTransferred?: number
Property Value
number
vpnClientConnectionsCount
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
vpnClientConnectionsCount?: number
Property Value
number