Module Values.StartTestRequestSource

Launches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.

Sourcetype nonrec t = {
  1. sourceServerIDs : StartTestRequestSourceServerIDs.t;
    (*

    Start Test for Source Server IDs.

    *)
  2. tags : TagsMap.t option;
    (*

    Start Test by Tags.

    *)
  3. accountID : AccountID.t option;
    (*

    Start Test for Account ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?accountID:??? -> sourceServerIDs:StartTestRequestSourceServerIDs.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SourceServerID.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of AccountID.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