DaanHoogland commented on code in PR #9692:
URL: https://github.com/apache/cloudstack/pull/9692#discussion_r3948807689


##########
api/src/main/java/org/apache/cloudstack/api/response/IPAddressResponse.java:
##########
@@ -143,6 +143,10 @@ public class IPAddressResponse extends 
BaseResponseWithAnnotations implements Co
     @Param(description = "Purpose of the IP address. In Acton this value is 
not null for IPs with isSystem=true, and can have either StaticNat or LB value")
     private String purpose;
 
+    @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")
   ```
   actually (by now)



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