Values.AddBridgeNetworkSourceRequestSourceAdd a network source to an existing bridge.
type nonrec t = {multicastIp : String_.t;The network source multicast IP.
*)multicastSourceSettings : MulticastSourceSettings.t option;The settings related to the multicast source.
*)name : String_.t;The name of the network source. This name is used to reference the source and must be unique among sources in this bridge.
*)networkName : String_.t;The network source's gateway network name.
*)port : Integer.t;The network source port.
*)protocol : Protocol.t;The network source protocol. Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
*)}