ZeroTrustDeviceCustomProfileIncludeArgs

data class ZeroTrustDeviceCustomProfileIncludeArgs(val address: Output<String>? = null, val description: Output<String>? = null, val host: Output<String>? = null) : ConvertibleToJava<ZeroTrustDeviceCustomProfileIncludeArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, description: Output<String>? = null, host: Output<String>? = null)

Properties

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

The address in CIDR format to include in the tunnel. If address is present, host must not be present.

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

A description of the Split Tunnel item, displayed in the client UI.

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

The domain name to include in the tunnel. If host is present, address must not be present.

Functions

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