GetZeroTrustTunnelCloudflaredsInvokeResult

data class GetZeroTrustTunnelCloudflaredsInvokeResult(val accountId: String, val excludePrefix: String? = null, val existedAt: String? = null, val id: String, val includePrefix: String? = null, val isDeleted: Boolean? = null, val maxItems: Int? = null, val name: String? = null, val results: List<GetZeroTrustTunnelCloudflaredsResult>, val status: String? = null, val uuid: String? = null, val wasActiveAt: String? = null, val wasInactiveAt: String? = null)

A collection of values returned by getZeroTrustTunnelCloudflareds.

Constructors

constructor(accountId: String, excludePrefix: String? = null, existedAt: String? = null, id: String, includePrefix: String? = null, isDeleted: Boolean? = null, maxItems: Int? = null, name: String? = null, results: List<GetZeroTrustTunnelCloudflaredsResult>, status: String? = null, uuid: String? = null, wasActiveAt: String? = null, wasInactiveAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard
val excludePrefix: String? = null
Link copied to clipboard
val existedAt: String? = null

If provided, include only resources that were created (and not deleted) before this time. URL encoded.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includePrefix: String? = null
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.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

A user-friendly name for a tunnel.

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val status: String? = null

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
val uuid: String? = null

UUID of the tunnel.

Link copied to clipboard
val wasActiveAt: String? = null
Link copied to clipboard
val wasInactiveAt: String? = null