Module Values.GetComputeNodeGroupRequestSource

Returns detailed information about a compute node group. This API action provides networking information, EC2 instance type, compute node group status, and scheduler (such as Slurm) configuration.

Sourcetype nonrec t = {
  1. clusterIdentifier : ClusterIdentifier.t;
    (*

    The name or ID of the cluster.

    *)
  2. computeNodeGroupIdentifier : ComputeNodeGroupIdentifier.t;
    (*

    The name or ID of the compute node group.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIdentifier:ClusterIdentifier.t -> computeNodeGroupIdentifier:ComputeNodeGroupIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterIdentifier.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