TunnelConnectionHealthOutput interface
VirtualNetworkGatewayConnection properties.
Properties
| connection |
Virtual Network Gateway connection status. |
| egress |
The Egress Bytes Transferred in this connection. |
| ingress |
The Ingress Bytes Transferred in this connection. |
| last |
The time at which connection was established in Utc format. |
| tunnel | Tunnel name. |
Property Details
connectionStatus
Virtual Network Gateway connection status.
connectionStatus?: "Connected" | "Unknown" | "Connecting" | "NotConnected"
Property Value
"Connected" | "Unknown" | "Connecting" | "NotConnected"
egressBytesTransferred
The Egress Bytes Transferred in this connection.
egressBytesTransferred?: number
Property Value
number
ingressBytesTransferred
The Ingress Bytes Transferred in this connection.
ingressBytesTransferred?: number
Property Value
number
lastConnectionEstablishedUtcTime
The time at which connection was established in Utc format.
lastConnectionEstablishedUtcTime?: string
Property Value
string
tunnel
Tunnel name.
tunnel?: string
Property Value
string