Module Values.ParticipatingServerSource

Represents a server participating in an asynchronous Job.

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

    The Source Server ID of a participating server.

    *)
  2. recoveryInstanceID : RecoveryInstanceID.t option;
    (*

    The Recovery Instance ID of a participating server.

    *)
  3. launchStatus : LaunchStatus.t option;
    (*

    The launch status of a participating server.

    *)
  4. launchActionsStatus : LaunchActionsStatus.t option;
    (*

    The post-launch action runs of a participating server.

    *)
}
Sourceval make : ?sourceServerID:??? -> ?recoveryInstanceID:??? -> ?launchStatus:??? -> ?launchActionsStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of SourceServerID.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of LaunchActionRunId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of LaunchActionOrder.t | `Map of ([> `String of LaunchActionParameterName.t ] * [> `Structure of (string * [> `Enum of string | `String of LaunchActionParameterValue.t ]) list ]) list | `String of LaunchActionId.t ]) list ]) list ] list | `String of ISO8601DatetimeString.t ]) 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