Skip to content

Commit ef7a8cc

Browse files
fix since
1 parent a7f0b65 commit ef7a8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/response/VpcResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public class VpcResponse extends BaseResponseWithAnnotations implements Controll
166166
private String ipv4Routing;
167167

168168
@SerializedName(ApiConstants.IPV6_ROUTING)
169-
@Param(description = "The IPv6 routing mode of VPC", since = "4.22.1")
169+
@Param(description = "The IPv6 routing mode of VPC", since = "4.22.2")
170170
private String ipv6Routing;
171171

172172
@SerializedName(ApiConstants.IPV4_ROUTES)

0 commit comments

Comments
 (0)