ZeroTrustDeviceDefaultProfileServiceModeV2Args

data class ZeroTrustDeviceDefaultProfileServiceModeV2Args(val mode: Output<String>? = null, val port: Output<Double>? = null) : ConvertibleToJava<ZeroTrustDeviceDefaultProfileServiceModeV2Args>

Constructors

constructor(mode: Output<String>? = null, port: Output<Double>? = null)

Properties

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

The mode to run the WARP client under.

Link copied to clipboard
val port: Output<Double>? = null

The port number when used with proxy mode.

Functions

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