Skip to content

Commit b29f160

Browse files
authored
feat(s2s_vpn): add VpnGW type availability zone (scaleway#2851)
1 parent 1c7b224 commit b29f160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/s2s_vpn/v1alpha1/s2s_vpn_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,8 @@ type GatewayType struct {
821821

822822
AllowedConnections uint64 `json:"allowed_connections"`
823823

824+
Zones []string `json:"zones"`
825+
824826
// Region: region to target. If none is passed will use default region from the config.
825827
Region scw.Region `json:"region"`
826828
}

0 commit comments

Comments
 (0)