Skip to content

Commit 16ddc34

Browse files
committed
CLOUDSTACK-6052: List VM enhancement to support querying with multiple VM IDs
Annotated the 'ids' parameter with "since = 4.4"
1 parent 4399e24 commit 16ddc34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd {
6868
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = UserVmResponse.class, description = "the ID of the virtual machine")
6969
private Long id;
7070

71-
@Parameter(name=ApiConstants.IDS, type=CommandType.LIST, collectionType=CommandType.UUID, entityType=UserVmResponse.class,
72-
description="the IDs of the virtual machines, mutually exclusive with id")
71+
@Parameter(name=ApiConstants.IDS, type=CommandType.LIST, collectionType=CommandType.UUID, entityType=UserVmResponse.class, description="the IDs of the virtual machines, mutually exclusive with id", since = "4.4")
7372
private List<Long> ids;
7473

7574
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine")

0 commit comments

Comments
 (0)