GetBridgeSourceResult

data class GetBridgeSourceResult(val flowSource: BridgeSourceBridgeFlowSource? = null, val networkSource: BridgeSourceBridgeNetworkSource? = null)

Constructors

Link copied to clipboard
constructor(flowSource: BridgeSourceBridgeFlowSource? = null, networkSource: BridgeSourceBridgeNetworkSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Add a flow source to an existing bridge.

Link copied to clipboard

Add a network source to an existing bridge.