Module Values_1.TelephonyConfigSource

The distribution of traffic between the instance and its replicas.

Sourcetype nonrec t = {
  1. distributions : Values_0.DistributionList.t;
    (*

    Information about traffic distributions.

    *)
}
Sourceval context_ : string
Sourceval make : distributions:Values_0.DistributionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list ]) 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