Module Values.StartRecoveryRequestSourceServerSource

An object representing the Source Server to recover.

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t;
    (*

    The ID of the Source Server you want to recover.

    *)
  2. recoverySnapshotID : RecoverySnapshotID.t option;
    (*

    The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.

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