weizhouapache commented on code in PR #12811:
URL: https://github.com/apache/cloudstack/pull/12811#discussion_r3534931969


##########
api/src/main/java/org/apache/cloudstack/api/response/VpcResponse.java:
##########
@@ -165,6 +165,10 @@ public class VpcResponse extends 
BaseResponseWithAnnotations implements Controll
     @Param(description = "The IPv4 routing mode of VPC", since = "4.20.0")
     private String ipv4Routing;
 
+    @SerializedName(ApiConstants.IPV6_ROUTING)
+    @Param(description = "The IPv6 routing mode of VPC", since = "4.22.1")

Review Comment:
   ```suggestion
       @Param(description = "The IPv6 routing mode of VPC", since = "4.22.2")
   ```



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