VpnClientConnectionHealth Class
VpnClientConnectionHealth properties.
Constructor
VpnClientConnectionHealth(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
total_ingress_bytes_transferred
|
Total of the Ingress Bytes Transferred in this P2S Vpn connection. |
|
total_egress_bytes_transferred
|
Total of the Egress Bytes Transferred in this connection. |
|
vpn_client_connections_count
|
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. |
Attributes
allocated_ip_addresses
List of allocated ip addresses to the connected p2s vpn clients.
allocated_ip_addresses: list[str] | None
total_egress_bytes_transferred
Total of the Egress Bytes Transferred in this connection.
total_egress_bytes_transferred: int | None
total_ingress_bytes_transferred
Total of the Ingress Bytes Transferred in this P2S Vpn connection.
total_ingress_bytes_transferred: int | None
vpn_client_connections_count
The total of p2s vpn clients connected at this time to this P2SVpnGateway.
vpn_client_connections_count: int | None