DaanHoogland commented on a change in pull request #4037:
URL: https://github.com/apache/cloudstack/pull/4037#discussion_r661346972



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
##########
@@ -73,7 +73,7 @@
     @Parameter(name = ApiConstants.END_PORT, type = CommandType.INTEGER, 
description = "the ending port of firewall rule")
     private Integer publicEndPort;
 
-    @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "the CIDR list to forward 
traffic from. Multiple entries must be separated by a single comma character 
(,).")
+    @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "the CIDR list to forward 
traffic from. Multiple entries must be separated by a single comma character 
(,). This parameter is depcreated. Do not use.")

Review comment:
       ```suggestion
       @Parameter(name = ApiConstants.CIDR_LIST, type = CommandType.LIST, 
collectionType = CommandType.STRING, description = "the CIDR list to forward 
traffic from. Multiple entries must be separated by a single comma character 
(,). This parameter is deprecated. Do not use.")
   ```




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