DaanHoogland commented on code in PR #13766:
URL: https://github.com/apache/cloudstack/pull/13766#discussion_r3750428569
##########
api/src/main/java/org/apache/cloudstack/api/response/Site2SiteVpnConnectionResponse.java:
##########
@@ -144,6 +144,18 @@ public class Site2SiteVpnConnectionResponse extends
BaseResponse implements Cont
@Param(description = "Which IKE Version to use, one of ike (autoselect),
IKEv1, or IKEv2. Defaults to ike")
private String ikeVersion;
+ @SerializedName(ApiConstants.LOCAL_VTI_IP)
+ @Param(description = "The provider-side virtual tunnel interface IP
address", since = "4.23.0.0")
+ private String localVtiIp;
+
+ @SerializedName(ApiConstants.PEER_VTI_IP)
+ @Param(description = "The peer-side virtual tunnel interface IP address",
since = "4.23.0.0")
+ private String peerVtiIp;
+
+ @SerializedName(ApiConstants.VTI_PREFIX_LENGTH)
+ @Param(description = "The virtual tunnel interface network prefix length",
since = "4.23.0.0")
+ private Integer vtiPrefixLength;
+
Review Comment:
i don’t think this will make the version claimed in the ‘since’ attributes
here (i.e. “4.23.0.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]