DaanHoogland commented on code in PR #9925:
URL: https://github.com/apache/cloudstack/pull/9925#discussion_r1899532112


##########
plugins/hypervisors/vmware/src/main/java/org/apache/cloudstack/api/command/admin/zone/ListVmwareDcVmsCmd.java:
##########
@@ -70,6 +70,14 @@ public class ListVmwareDcVmsCmd extends BaseListCmd {
     @Parameter(name = ApiConstants.PASSWORD, type = CommandType.STRING, 
description = "The password for specified username.")
     private String password;
 
+    @Parameter(name = ApiConstants.BATCH_SIZE, type = CommandType.INTEGER, 
description = "The maximum number of results to return.")
+    private Integer batchSize;
+
+    @Parameter(name = ApiConstants.TOKEN, type = CommandType.STRING,
+            description = "For listVmwareDcVms, if the maximum number of 
results (the `pagesize`) is exceeded, " +
+                    " a token is returned. This token can be used in 
subsequent calls to retrieve more results")

Review Comment:
   ```suggestion
               description = "For listVmwareDcVms, if the maximum number of 
results (the `batchsize`) is exceeded, " +
                       " a token is returned. This token can be used in 
subsequent calls to retrieve more results." +
                       " As long as a token is returned, more results can be 
retrieved")
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to