VpnClientConnectionHealth Class

VpnClientConnectionHealth properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
VpnClientConnectionHealth

Constructor

VpnClientConnectionHealth(*, vpn_client_connections_count: typing.Union[int, NoneType] = None, allocated_ip_addresses: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

vpn_client_connections_count
int

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

allocated_ip_addresses
list[str]

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

Variables

total_ingress_bytes_transferred
<xref:long>

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

total_egress_bytes_transferred
<xref:long>

Total of the Egress Bytes Transferred in this connection.