GetTunnelResult

data class GetTunnelResult(val accountId: String, val id: String, val isDeleted: Boolean? = null, val name: String, val remoteConfig: Boolean, val status: String, val tunnelType: String)

A collection of values returned by getTunnel.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, isDeleted: Boolean? = null, name: String, remoteConfig: Boolean, status: String, tunnelType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val id: String

ID of the tunnel.

Link copied to clipboard
val isDeleted: Boolean? = null

If true, only include deleted tunnels. If false, exclude deleted tunnels. If empty, all tunnels will be included. Modifying this attribute will force creation of a new resource.

Link copied to clipboard

Name of the tunnel. Modifying this attribute will force creation of a new resource.

Link copied to clipboard

Whether the tunnel can be configured remotely from the Zero Trust dashboard.

Link copied to clipboard

The status of the tunnel. Available values: inactive, degraded, healthy, down.

Link copied to clipboard

The type of the tunnel. Available values: cfd_tunnel, warp_connector.