BridgeSourceBridgeNetworkSource

data class BridgeSourceBridgeNetworkSource(val multicastIp: String, val networkName: String, val port: Int, val protocol: BridgeSourceProtocolEnum)

The source of the bridge. A network source originates at your premises.

Constructors

Link copied to clipboard
constructor(multicastIp: String, networkName: String, port: Int, protocol: BridgeSourceProtocolEnum)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network source multicast IP.

Link copied to clipboard

The network source's gateway network name.

Link copied to clipboard
val port: Int

The network source port.

Link copied to clipboard

The network source protocol.