Share via


TunnelConnectionHealthOutput interface

VirtualNetworkGatewayConnection properties.

Properties

connectionStatus

Virtual Network Gateway connection status.

egressBytesTransferred

The Egress Bytes Transferred in this connection.

ingressBytesTransferred

The Ingress Bytes Transferred in this connection.

lastConnectionEstablishedUtcTime

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