GetZeroTrustTunnelCloudflaredConnection

data class GetZeroTrustTunnelCloudflaredConnection(val clientId: String, val clientVersion: String, val coloName: String, val id: String, val isPendingReconnect: Boolean, val openedAt: String, val originIp: String, val uuid: String)

Constructors

Link copied to clipboard
constructor(clientId: String, clientVersion: String, coloName: String, id: String, isPendingReconnect: Boolean, openedAt: String, originIp: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

UUID of the Cloudflare Tunnel connector.

Link copied to clipboard

The cloudflared version used to establish this connection.

Link copied to clipboard

The Cloudflare data center used for this connection.

Link copied to clipboard
val id: String

UUID of the Cloudflare Tunnel connection.

Link copied to clipboard

Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If true, the connection has disconnected but is still being tracked. If false, the connection is actively serving traffic.

Link copied to clipboard

Timestamp of when the connection was established.

Link copied to clipboard

The public IP address of the host running cloudflared.

Link copied to clipboard

UUID of the Cloudflare Tunnel connection.