Module Values.SchedulerRequestSource

The cluster management and job scheduling software associated with the cluster.

Sourcetype nonrec t = {
  1. type_ : SchedulerType.t;
    (*

    The software PCS uses to manage cluster scaling and job scheduling.

    *)
  2. version : String_.t;
    (*

    The version of the specified scheduling software that PCS uses to manage cluster scaling and job scheduling. For more information, see Slurm versions in PCS in the PCS User Guide. Valid Values: 24.11 | 25.05 | 25.11

    *)
}
Sourceval context_ : string
Sourceval make : type_:SchedulerType.t -> version:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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