sureshanaparti commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2597294046


##########
api/src/main/java/org/apache/cloudstack/api/command/admin/internallb/ListInternalLBVMsCmd.java:
##########
@@ -45,36 +45,36 @@ public class ListInternalLBVMsCmd extends 
BaseListProjectAndAccountResourcesCmd
     //////////////// API parameters /////////////////////
     /////////////////////////////////////////////////////
 
-    @Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, 
entityType = HostResponse.class, description = "the host ID of the Internal LB 
VM")
+    @Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, 
entityType = HostResponse.class, description = "The host ID of the Internal LB 
Instance")
     private Long hostId;
 
-    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
UserVmResponse.class, description = "the ID of the Internal LB VM")
+    @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
UserVmResponse.class, description = "The ID of the Internal LB VM")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = 
UserVmResponse.class, description = "The ID of the Internal LB Instance")
   ```
   
   check below the params as well and update them



-- 
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