GetZeroTrustTunnelCloudflaredFilter

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>

Constructors

Link copied to clipboard
constructor(excludePrefix: String? = null, existedAt: String? = null, includePrefix: String? = null, isDeleted: Boolean? = null, name: String? = null, status: String? = null, uuid: String? = null, wasActiveAt: String? = null, wasInactiveAt: String? = null)

Properties

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

A user-friendly name for a tunnel.

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

Functions

Link copied to clipboard
open override fun toJava(): GetZeroTrustTunnelCloudflaredFilter