TunnelConnectionHealth Class
VirtualNetworkGatewayConnection properties.
Constructor
TunnelConnectionHealth(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tunnel
|
Tunnel name. |
|
connection_status
|
Virtual Network Gateway connection status. Known values are: "Unknown", "Connecting", "Connected", and "NotConnected". |
|
ingress_bytes_transferred
|
The Ingress Bytes Transferred in this connection. |
|
egress_bytes_transferred
|
The Egress Bytes Transferred in this connection. |
|
last_connection_established_utc_time
|
The time at which connection was established in Utc format. |
Attributes
connection_status
"Unknown", "Connecting", "Connected", and "NotConnected".
connection_status: str | _models.VirtualNetworkGatewayConnectionStatus | None
egress_bytes_transferred
The Egress Bytes Transferred in this connection.
egress_bytes_transferred: int | None
ingress_bytes_transferred
The Ingress Bytes Transferred in this connection.
ingress_bytes_transferred: int | None
last_connection_established_utc_time
The time at which connection was established in Utc format.
last_connection_established_utc_time: str | None
tunnel
Tunnel name.
tunnel: str | None