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


##########
api/src/main/java/org/apache/cloudstack/api/command/user/address/ListPublicIpAddressesCmd.java:
##########
@@ -108,6 +108,9 @@ public class ListPublicIpAddressesCmd extends 
BaseListRetrieveOnlyResourceCountC
     @Parameter(name = ApiConstants.FOR_SYSTEM_VMS, type = CommandType.BOOLEAN, 
description = "true if range is dedicated for system VMs", since = "4.20.0")
     private Boolean forSystemVMs;
 
+    @Parameter(name = ApiConstants.FOR_PROVIDER, type = CommandType.BOOLEAN, 
description = "true if range is dedicated for external network provider", since 
= "4.20.0")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.FOR_PROVIDER, type = CommandType.BOOLEAN, 
description = "true if range is dedicated for external network provider", since 
= "4.21.0")
   ```



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to