Values.AddBridgeNetworkOutputRequestSourceAdd a network output to an existing bridge.
type nonrec t = {ipAddress : String_.t;The network output IP Address.
*)name : String_.t;The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
*)networkName : String_.t;The network output's gateway network name.
*)port : Integer.t;The network output port.
*)protocol : Protocol.t;The network output protocol. Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
*)ttl : Integer.t;The network output TTL.
*)}