Values.NodeOptionSourceConfiguration settings for defining the node type within a cluster.
type nonrec t = {nodeType : NodeOptionsNodeType.t option;Defines the type of node, such as coordinating nodes.
*)nodeConfig : NodeConfig.t option;Configuration options for defining the setup of any node type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t ])
list ])
list ]