GetZeroTrustTunnelCloudflaredsResult

data class GetZeroTrustTunnelCloudflaredsResult(val accountTag: String, val connections: List<GetZeroTrustTunnelCloudflaredsResultConnection>, val connsActiveAt: String, val connsInactiveAt: String, val createdAt: String, val deletedAt: String, val id: String, val metadata: String, val name: String, val remoteConfig: Boolean, val status: String, val tunType: String)

Constructors

Link copied to clipboard
constructor(accountTag: String, connections: List<GetZeroTrustTunnelCloudflaredsResultConnection>, connsActiveAt: String, connsInactiveAt: String, createdAt: String, deletedAt: String, id: String, metadata: String, name: String, remoteConfig: Boolean, status: String, tunType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard

The Cloudflare Tunnel connections between your origin and Cloudflare's edge.

Link copied to clipboard

Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.

Link copied to clipboard

Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.

Link copied to clipboard

Timestamp of when the resource was created.

Link copied to clipboard

Timestamp of when the resource was deleted. If null, the resource has not been deleted.

Link copied to clipboard
val id: String

UUID of the tunnel.

Link copied to clipboard

Metadata associated with the tunnel.

Link copied to clipboard

A user-friendly name for a tunnel.

Link copied to clipboard

If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, the tunnel must be configured locally on the origin machine.

Link copied to clipboard

The status of the tunnel. Valid values are inactive (tunnel has never been run), degraded (tunnel is active and able to serve traffic but in an unhealthy state), healthy (tunnel is active and able to serve traffic), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge). Available values: "inactive", "degraded", "healthy", "down".

Link copied to clipboard

The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".