BridgeOutputArgs

data class BridgeOutputArgs(val networkOutput: Output<BridgeNetworkOutputArgs>? = null) : ConvertibleToJava<BridgeOutputArgs>

The output of the bridge.

Constructors

Link copied to clipboard
constructor(networkOutput: Output<BridgeNetworkOutputArgs>? = null)

Properties

Link copied to clipboard

The output of the bridge. A network output is delivered to your premises.

Functions

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