GetZeroTrustTunnelCloudflaredRouteFilter

data class GetZeroTrustTunnelCloudflaredRouteFilter(val comment: String? = null, val existedAt: String? = null, val isDeleted: Boolean? = null, val networkSubset: String? = null, val networkSuperset: String? = null, val routeId: String? = null, val tunTypes: List<String>? = null, val tunnelId: String? = null, val virtualNetworkId: String? = null) : ConvertibleToJava<GetZeroTrustTunnelCloudflaredRouteFilter>

Constructors

Link copied to clipboard
constructor(comment: String? = null, existedAt: String? = null, isDeleted: Boolean? = null, networkSubset: String? = null, networkSuperset: String? = null, routeId: String? = null, tunTypes: List<String>? = null, tunnelId: String? = null, virtualNetworkId: String? = null)

Properties

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

Functions

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