Module Values.AddIngressGatewayBridgeRequestSource

Create a bridge with the ingress bridge type. An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

Sourcetype nonrec t = {
  1. maxBitrate : Integer.t;
    (*

    The maximum expected bitrate (in bps) of the ingress bridge.

    *)
  2. maxOutputs : Integer.t;
    (*

    The maximum number of expected outputs on the ingress bridge.

    *)
}
Sourceval context_ : string
Sourceval make : maxBitrate:Integer.t -> maxOutputs:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t