Module Values_1.DescribeClusterSchedulerConfigRequestSource

Description of the cluster policy. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.

Sourcetype nonrec t = {
  1. clusterSchedulerConfigId : Values_0.ClusterSchedulerConfigId.t;
    (*

    ID of the cluster policy.

    *)
  2. clusterSchedulerConfigVersion : Values_0.Integer.t option;
    (*

    Version of the cluster policy.

    *)
}
Sourceval context_ : string
Sourceval make : ?clusterSchedulerConfigVersion:??? -> clusterSchedulerConfigId:Values_0.ClusterSchedulerConfigId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_0.ClusterSchedulerConfigId.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