mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
add a todo
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
a3ea8603a9
commit
f85ac6adf9
@ -42,6 +42,7 @@ public interface UserVmJoinDao extends GenericDao<UserVmJoinVO, Long> {
|
||||
|
||||
List<UserVmJoinVO> listActiveByIsoId(Long isoId);
|
||||
|
||||
// TODO - We only need id, cpu and ram_size here. This could be done using JOIN on fly
|
||||
List<UserVmJoinVO> listByAccountServiceOfferingTemplateAndNotInState(long accountId,
|
||||
List<VirtualMachine.State> states, List<Long> offeringIds, List<Long> templateIds);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user