From ea0c76626d0f5f7a1870fb746a6a085753ee4c78 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 8 Oct 2025 14:13:46 +0000 Subject: [PATCH] feat: update generated APIs --- api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go b/api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go index 617b011d..a7941dcc 100644 --- a/api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go +++ b/api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go @@ -611,6 +611,8 @@ type BgpSession struct { RoutingPolicyID string `json:"routing_policy_id"` PrivateIP scw.IPNet `json:"private_ip"` + + PeerPrivateIP scw.IPNet `json:"peer_private_ip"` } // ConnectionCipher: connection cipher. @@ -638,6 +640,10 @@ type VpnGatewayPublicConfig struct { // CreateConnectionRequestBgpConfig: create connection request bgp config. type CreateConnectionRequestBgpConfig struct { RoutingPolicyID string `json:"routing_policy_id"` + + PrivateIP *scw.IPNet `json:"private_ip"` + + PeerPrivateIP *scw.IPNet `json:"peer_private_ip"` } // Connection: connection.