shwstppr commented on a change in pull request #4317:
URL: https://github.com/apache/cloudstack/pull/4317#discussion_r486875250
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java
##########
@@ -238,6 +238,10 @@
@Param(description = "If the network has redundant routers enabled", since
= "4.11.1")
private Boolean redundantRouter;
+ @SerializedName(ApiConstants.ACL_NAME)
+ @Param(description = "ACL name associated with the VPC network")
Review comment:
@ravening will it be better to add a since tag here?
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java
##########
@@ -238,6 +238,10 @@
@Param(description = "If the network has redundant routers enabled", since
= "4.11.1")
private Boolean redundantRouter;
+ @SerializedName(ApiConstants.ACL_NAME)
+ @Param(description = "ACL name associated with the VPC network")
Review comment:
@ravening will it be better to add a since tag here?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]