We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d62825 commit c605fa6Copy full SHA for c605fa6
api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go
@@ -611,6 +611,8 @@ type BgpSession struct {
611
RoutingPolicyID string `json:"routing_policy_id"`
612
613
PrivateIP scw.IPNet `json:"private_ip"`
614
+
615
+ PeerPrivateIP scw.IPNet `json:"peer_private_ip"`
616
}
617
618
// ConnectionCipher: connection cipher.
@@ -638,6 +640,10 @@ type VpnGatewayPublicConfig struct {
638
640
// CreateConnectionRequestBgpConfig: create connection request bgp config.
639
641
type CreateConnectionRequestBgpConfig struct {
642
643
644
+ PrivateIP *scw.IPNet `json:"private_ip"`
645
646
+ PeerPrivateIP *scw.IPNet `json:"peer_private_ip"`
647
648
649
// Connection: connection.
0 commit comments