Values.LimitsSourceLimits for given InstanceType and for each of it's role. Limits contains following StorageTypes, InstanceLimits and AdditionalLimits
type nonrec t = {storageTypes : StorageTypeList.t option;StorageType represents the list of storage related types and attributes that are available for given InstanceType.
*)instanceLimits : InstanceLimits.t option;additionalLimits : AdditionalLimitList.t option;List of additional limits that are specific to a given InstanceType and for each of it's InstanceRole .
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of LimitValue.t
| `Structure of
(string
* [> `List of [> `String of LimitValue.t ] list
| `String of LimitName.t ])
list ]
list
| `String of StorageTypeName.t ])
list ]
list
| `Structure of
(string
* [> `Structure of
(string * [> `Integer of MinimumInstanceCount.t ]) list ])
list ])
list ]