Values.CreateAggregateConfigurationSourceUsed to specify the configuration options for an FSx for ONTAP volume's storage aggregate or aggregates.
type nonrec t = {aggregates : Aggregates.t option;Used to specify the names of aggregates on which the volume will be created.
*)constituentsPerAggregate : AggregateListMultiplier.t option;Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. This field is optional when creating a FlexGroup volume. If unspecified, the default value will be 8. This field cannot be provided when creating a FlexVol volume.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of AggregateListMultiplier.t
| `List of [> `String of Aggregate.t ] list ])
list ]