Compartilhar via


VpnClientConnectionHealth Class

VpnClientConnectionHealth properties.

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

Inheritance
azure.mgmt.network._serialization.Model
VpnClientConnectionHealth

Constructor

VpnClientConnectionHealth(*, vpn_client_connections_count: int | None = None, allocated_ip_addresses: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
vpn_client_connections_count
int

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

allocated_ip_addresses

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

Variables

Name Description
total_ingress_bytes_transferred
int

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

total_egress_bytes_transferred
int

Total of the Egress Bytes Transferred in this connection.

vpn_client_connections_count
int

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

allocated_ip_addresses

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