Get Zero Trust Tunnel Cloudflareds Plain Args
data class GetZeroTrustTunnelCloudflaredsPlainArgs(val accountId: String, val excludePrefix: String? = null, val existedAt: String? = null, val includePrefix: String? = null, val isDeleted: Boolean? = null, val maxItems: Int? = null, val name: String? = null, val status: String? = null, val uuid: String? = null, val wasActiveAt: String? = null, val wasInactiveAt: String? = null) : ConvertibleToJava<GetZeroTrustTunnelCloudflaredsPlainArgs>
A collection of arguments for invoking getZeroTrustTunnelCloudflareds.
Properties
Link copied to clipboard
Link copied to clipboard
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