Module Values_0.ComputeQuotaTargetSource

The target entity to allocate compute resources to.

Sourcetype nonrec t = {
  1. teamName : ComputeQuotaTargetTeamName.t;
    (*

    Name of the team to allocate compute resources to.

    *)
  2. fairShareWeight : FairShareWeight.t option;
    (*

    Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when FairShare is enabled. A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.

    *)
}
Sourceval context_ : string
Sourceval make : ?fairShareWeight:??? -> teamName:ComputeQuotaTargetTeamName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FairShareWeight.t | `String of ComputeQuotaTargetTeamName.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