Values.CustomerNodeEndpointSourceThe endpoint from which data should be migrated.
type nonrec t = {address : String_.t option;The address of the node endpoint
*)port : IntegerOptional.t option;The port of the node endpoint
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerOptional.t | `String of String_.t ])
list ]