Module Values.ChangeServerLifeCycleStateRequestSource

Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)

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

    The request to change the source server migration lifecycle state by source server ID.

    *)
  2. lifeCycle : ChangeServerLifeCycleStateSourceServerLifecycle.t;
    (*

    The request to change the source server migration lifecycle state.

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

    The request to change the source server migration account ID.

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