TunnelConnectionHealthResponse

data class TunnelConnectionHealthResponse(val connectionStatus: String, val egressBytesTransferred: Double, val ingressBytesTransferred: Double, val lastConnectionEstablishedUtcTime: String, val tunnel: String)

VirtualNetworkGatewayConnection properties.

Constructors

Link copied to clipboard
constructor(connectionStatus: String, egressBytesTransferred: Double, ingressBytesTransferred: Double, lastConnectionEstablishedUtcTime: String, tunnel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Virtual Network Gateway connection status.

Link copied to clipboard

The Egress Bytes Transferred in this connection.

Link copied to clipboard

The Ingress Bytes Transferred in this connection.

Link copied to clipboard

The time at which connection was established in Utc format.

Link copied to clipboard

Tunnel name.