VpnClientConnectionHealthDetail Class
VPN client connection health detail.
Constructor
VpnClientConnectionHealthDetail(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
vpn_connection_id
|
The vpn client Id. |
|
vpn_connection_duration
|
The duration time of a connected vpn client. |
|
vpn_connection_time
|
The start time of a connected vpn client. |
|
public_ip_address
|
The public Ip of a connected vpn client. |
|
private_ip_address
|
The assigned private Ip of a connected vpn client. |
|
vpn_user_name
|
The user name of a connected vpn client. |
|
max_bandwidth
|
The max band width. |
|
egress_packets_transferred
|
The egress packets per second. |
|
egress_bytes_transferred
|
The egress bytes per second. |
|
ingress_packets_transferred
|
The ingress packets per second. |
|
ingress_bytes_transferred
|
The ingress bytes per second. |
|
max_packets_per_second
|
The max packets transferred per second. |
Attributes
egress_bytes_transferred
The egress bytes per second.
egress_bytes_transferred: int | None
egress_packets_transferred
The egress packets per second.
egress_packets_transferred: int | None
ingress_bytes_transferred
The ingress bytes per second.
ingress_bytes_transferred: int | None
ingress_packets_transferred
The ingress packets per second.
ingress_packets_transferred: int | None
max_bandwidth
The max band width.
max_bandwidth: int | None
max_packets_per_second
The max packets transferred per second.
max_packets_per_second: int | None
private_ip_address
The assigned private Ip of a connected vpn client.
private_ip_address: str | None
public_ip_address
The public Ip of a connected vpn client.
public_ip_address: str | None
vpn_connection_duration
The duration time of a connected vpn client.
vpn_connection_duration: int | None
vpn_connection_id
The vpn client Id.
vpn_connection_id: str | None
vpn_connection_time
The start time of a connected vpn client.
vpn_connection_time: str | None
vpn_user_name
The user name of a connected vpn client.
vpn_user_name: str | None