Values.VcenterClientSourcevCenter client.
type nonrec t = {vcenterClientID : VcenterClientID.t option;ID of vCenter client.
*)arn : ARN.t option;Arn of vCenter client.
*)hostname : BoundedString.t option;Hostname of vCenter client .
*)vcenterUUID : BoundedString.t option;Vcenter UUID of vCenter client.
*)datacenterName : BoundedString.t option;Datacenter name of vCenter client.
*)lastSeenDatetime : ISO8601DatetimeString.t option;Last seen time of vCenter client.
*)sourceServerTags : TagsMap.t option;Tags for Source Server of vCenter client.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of VcenterClientID.t ])
list ]