Module Values_0.ComputeQuotaSummarySource

Summary of the compute allocation definition.

Sourcetype nonrec t = {
  1. computeQuotaArn : ComputeQuotaArn.t option;
    (*

    ARN of the compute allocation definition.

    *)
  2. computeQuotaId : ComputeQuotaId.t option;
    (*

    ID of the compute allocation definition.

    *)
  3. name : EntityName.t option;
    (*

    Name of the compute allocation definition.

    *)
  4. computeQuotaVersion : Integer.t option;
    (*

    Version of the compute allocation definition.

    *)
  5. status : SchedulerResourceStatus.t option;
    (*

    Status of the compute allocation definition.

    *)
  6. clusterArn : ClusterArn.t option;
    (*

    ARN of the cluster.

    *)
  7. computeQuotaConfig : ComputeQuotaConfig.t option;
    (*

    Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.

    *)
  8. computeQuotaTarget : ComputeQuotaTarget.t option;
    (*

    The target entity to allocate compute resources to.

    *)
  9. activationState : ActivationState.t option;
    (*

    The state of the compute allocation being described. Use to enable or disable compute allocation. Default is Enabled.

    *)
  10. creationTime : Timestamp.t option;
    (*

    Creation time of the compute allocation definition.

    *)
  11. lastModifiedTime : Timestamp.t option;
    (*

    Last modified time of the compute allocation definition.

    *)
}
Sourceval make : ?computeQuotaArn:??? -> ?computeQuotaId:??? -> ?name:??? -> ?computeQuotaVersion:??? -> ?status:??? -> ?clusterArn:??? -> ?computeQuotaConfig:??? -> ?computeQuotaTarget:??? -> ?activationState:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of ComputeQuotaArn.t | `Structure of (string * [> `Enum of string | `Integer of FairShareWeight.t | `List of [> `Structure of (string * [> `Enum of string | `Float of VCpuAmount.t | `Integer of InstanceCount.t | `Structure of (string * [> `Enum of string | `Integer of AcceleratorPartitionConfigCountInteger.t ]) list ]) list ] list | `String of ComputeQuotaTargetTeamName.t | `Structure of (string * [> `Enum of string | `Integer of BorrowLimit.t | `List of [> `Structure of (string * [> `Enum of string | `Float of VCpuAmount.t | `Integer of InstanceCount.t | `Structure of (string * [> `Enum of string | `Integer of AcceleratorPartitionConfigCountInteger.t ]) list ]) list ] list ]) list ]) list | `Timestamp of Timestamp.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