DaanHoogland commented on code in PR #9692:
URL: https://github.com/apache/cloudstack/pull/9692#discussion_r3948811623
##########
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java:
##########
@@ -203,6 +203,10 @@ public class NetworkResponse extends
BaseResponseWithAssociatedNetwork implement
@Param(description = "True if Network supports specifying IP ranges, false
otherwise")
private Boolean specifyIpRanges;
+ @SerializedName(ApiConstants.VPC_ACCESS)
+ @Param(description = "Whether the calling account has access to this
network's VPC", since = "4.21.0")
Review Comment:
```suggestion
@Param(description = "Whether the calling account has access to this
network's VPC", since = "24.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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]