You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/05 13:58:40 UTC

git commit: updated refs/heads/4.5 to edf7675

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 e39ec2767 -> edf7675d2


modify description for name parameter in ListVMsCmd.java

(cherry picked from commit d4523c577813b9c21df55bd18776bee6ad872588)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/edf7675d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/edf7675d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/edf7675d

Branch: refs/heads/4.5
Commit: edf7675d2e6b80ae25dcb2e6eb66052868396f11
Parents: e39ec27
Author: Phillip Kent <ph...@gmail.com>
Authored: Thu Mar 5 12:30:26 2015 +0000
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Mar 5 18:28:34 2015 +0530

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/edf7675d/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java b/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
index 76e3db0..f6b0c02 100644
--- a/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java
@@ -71,7 +71,7 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd {
     @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")
     private List<Long> ids;
 
-    @Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine")
+    @Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "name of the virtual machine (a substring match is made against the parameter value, data for all matching VMs will be returned)")
     private String name;
 
     @Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType = PodResponse.class, description = "the pod ID")