Values_0.ClusterInstanceRequirementDetailsSourceThe instance requirement details for a flexible instance group, including the current and desired instance types.
type nonrec t = {currentInstanceTypes : ClusterInstanceTypes.t option;The instance types currently in use by the instance group.
*)desiredInstanceTypes : ClusterInstanceTypes.t option;The desired instance types for the instance group, as specified in the most recent update request.
*)}