Module Values.StartSourceNetworkReplicationRequestSource

Starts replication for a Source Network. This action would make the Source Network protected.

Sourcetype nonrec t = {
  1. sourceNetworkID : SourceNetworkID.t;
    (*

    ID of the Source Network to replicate.

    *)
}
Sourceval context_ : string
Sourceval make : sourceNetworkID:SourceNetworkID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SourceNetworkID.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