Values.DescribeVcenterClientsRequestSourceReturns a list of the installed vCenter clients.
type nonrec t = {maxResults : MaxResultsType.t option;Maximum results to be returned in DescribeVcenterClients.
*)nextToken : PaginationToken.t option;Next pagination token to be provided for DescribeVcenterClients.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsType.t | `String of PaginationToken.t ])
list ]