Values.CustomerMeCollectorInfoSourceThe inventory data for installed Migration Evaluator collectors.
type nonrec t = {activeMeCollectors : Integer.t option;The number of active Migration Evaluator collectors.
*)healthyMeCollectors : Integer.t option;The number of healthy Migration Evaluator collectors.
*)denyListedMeCollectors : Integer.t option;The number of deny-listed Migration Evaluator collectors.
*)shutdownMeCollectors : Integer.t option;The number of Migration Evaluator collectors with SHUTDOWN status.
*)unhealthyMeCollectors : Integer.t option;The number of unhealthy Migration Evaluator collectors.
*)totalMeCollectors : Integer.t option;The total number of Migration Evaluator collectors.
*)unknownMeCollectors : Integer.t option;The number of unknown Migration Evaluator collectors.
*)}