Values.AdditionalLimitSourceList of limits that are specific to a given InstanceType and for each of it's InstanceRole .
type nonrec t = {limitName : LimitName.t option;Name of Additional Limit is specific to a given InstanceType and for each of it's InstanceRole etc. Attributes and their details: MaximumNumberOfDataNodesSupported This attribute will be present in Master node only to specify how much data nodes upto which given ESPartitionInstanceType can support as master node. MaximumNumberOfDataNodesWithoutMasterNode This attribute will be present in Data node only to specify how much data nodes of given ESPartitionInstanceType upto which you don't need any master nodes to govern them.
*)limitValues : LimitValueList.t option;Value for given AdditionalLimit$LimitName .
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LimitValue.t ] list
| `String of LimitName.t ])
list ]