Get Zero Trust Tunnel Cloudflared Filter
data class GetZeroTrustTunnelCloudflaredFilter(val excludePrefix: String? = null, val existedAt: String? = null, val includePrefix: String? = null, val isDeleted: Boolean? = null, val name: String? = null, val status: String? = null, val uuid: String? = null, val wasActiveAt: String? = null, val wasInactiveAt: String? = null) : ConvertibleToJava<GetZeroTrustTunnelCloudflaredFilter>
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