你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnClientConnectionHealth Class

VpnClientConnectionHealth properties.

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

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.

Default value: None
allocated_ip_addresses

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

Default value: None

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.