Get Zero Trust Tunnel Cloudflareds Invoke Result
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
Link copied to clipboard
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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The items returned by the data source
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
Link copied to clipboard