runningVms constant

Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.

Implementation

static const runningVms =
    ReservationsBlocksPerformMaintenanceRequest_MaintenanceScope(
      'RUNNING_VMS',
    );