GetZeroTrustTunnelCloudflaredRoutesResult

data class GetZeroTrustTunnelCloudflaredRoutesResult(val comment: String, val createdAt: String, val deletedAt: String, val id: String, val network: String, val tunType: String, val tunnelId: String, val tunnelName: String, val virtualNetworkId: String, val virtualNetworkName: String)

Constructors

constructor(comment: String, createdAt: String, deletedAt: String, id: String, network: String, tunType: String, tunnelId: String, tunnelName: String, virtualNetworkId: String, virtualNetworkName: String)

Types

Link copied to clipboard
object Companion

Properties

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
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

UUID of the tunnel.

Link copied to clipboard

A user-friendly name for a tunnel.

Link copied to clipboard

The type of tunnel. Available values: "cfdtunnel", "warpconnector", "warp", "magic", "ip_sec", "gre", "cni".

Link copied to clipboard

UUID of the virtual network.

Link copied to clipboard

A user-friendly name for the virtual network.