GetZeroTrustTunnelCloudflaredRouteResult

data class GetZeroTrustTunnelCloudflaredRouteResult(val accountId: String, val comment: String, val createdAt: String, val deletedAt: String, val filter: GetZeroTrustTunnelCloudflaredRouteFilter? = null, val id: String, val network: String, val routeId: String? = null, val tunnelId: String, val virtualNetworkId: String)

A collection of values returned by getZeroTrustTunnelCloudflaredRoute.

Constructors

Link copied to clipboard
constructor(accountId: String, comment: String, createdAt: String, deletedAt: String, filter: GetZeroTrustTunnelCloudflaredRouteFilter? = null, id: String, network: String, routeId: String? = null, tunnelId: String, virtualNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard

Optional remark describing the route.

Link copied to clipboard

Timestamp of when the resource was created.

Link copied to clipboard

Timestamp of when the resource was deleted. If null, the resource has not been deleted.

Link copied to clipboard
Link copied to clipboard
val id: String

UUID of the route.

Link copied to clipboard

The private IPv4 or IPv6 range connected by the route, in CIDR notation.

Link copied to clipboard
val routeId: String? = null

UUID of the route.

Link copied to clipboard

UUID of the tunnel.

Link copied to clipboard

UUID of the virtual network.