ZeroTrustSplitTunnelArgs

data class ZeroTrustSplitTunnelArgs(val accountId: Output<String>? = null, val mode: Output<String>? = null, val policyId: Output<String>? = null, val tunnels: Output<List<ZeroTrustSplitTunnelTunnelArgs>>? = null) : ConvertibleToJava<ZeroTrustSplitTunnelArgs>

Provides a Cloudflare Split Tunnel resource. Split tunnels are used to either include or exclude lists of routes from the WARP client's tunnel.

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, mode: Output<String>? = null, policyId: Output<String>? = null, tunnels: Output<List<ZeroTrustSplitTunnelTunnelArgs>>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

The account identifier to target for the resource.

Link copied to clipboard
val mode: Output<String>? = null

The mode of the split tunnel policy. Available values: include, exclude.

Link copied to clipboard
val policyId: Output<String>? = null

The settings policy for which to configure this split tunnel policy.

Link copied to clipboard

The value of the tunnel attributes.

Functions

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