GetZeroTrustTunnelCloudflaredRoutesInvokeResult

data class GetZeroTrustTunnelCloudflaredRoutesInvokeResult(val accountId: String, val comment: String? = null, val existedAt: String? = null, val id: String, val isDeleted: Boolean? = null, val maxItems: Int? = null, val networkSubset: String? = null, val networkSuperset: String? = null, val results: List<GetZeroTrustTunnelCloudflaredRoutesResult>, val routeId: String? = null, val tunTypes: List<String>? = null, val tunnelId: String? = null, val virtualNetworkId: String? = null)

A collection of values returned by getZeroTrustTunnelCloudflaredRoutes.

Constructors

constructor(accountId: String, comment: String? = null, existedAt: String? = null, id: String, isDeleted: Boolean? = null, maxItems: Int? = null, networkSubset: String? = null, networkSuperset: String? = null, results: List<GetZeroTrustTunnelCloudflaredRoutesResult>, routeId: String? = null, tunTypes: List<String>? = null, tunnelId: String? = null, virtualNetworkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloudflare account ID

Link copied to clipboard
val comment: String? = null

Optional remark describing the route.

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 id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val isDeleted: Boolean? = null

If true, only include deleted routes. If false, exclude deleted routes. If empty, all routes will be included.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val networkSubset: String? = null

If set, only list routes that are contained within this IP range.

Link copied to clipboard
val networkSuperset: String? = null

If set, only list routes that contain this IP range.

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val routeId: String? = null

UUID of the route.

Link copied to clipboard
val tunnelId: String? = null

UUID of the tunnel.

Link copied to clipboard
val tunTypes: List<String>? = null

The types of tunnels to filter by, separated by commas.

Link copied to clipboard

UUID of the virtual network.