Skip to content

Commit 89186f5

Browse files
authored
feat(s2s_vpn): add VpnGW type availability zone (scaleway#2627)
1 parent 2625e76 commit 89186f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages_generated/s2s_vpn/src/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ const unmarshalGatewayType = (data: unknown): GatewayType => {
255255
bandwidth: data.bandwidth,
256256
name: data.name,
257257
region: data.region,
258+
zones: data.zones,
258259
} as GatewayType
259260
}
260261

packages_generated/s2s_vpn/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export interface GatewayType {
335335
name: string
336336
bandwidth: number
337337
allowedConnections: number
338+
zones: string[]
338339
/**
339340
* Region to target. If none is passed will use default region from the config.
340341
*/

0 commit comments

Comments
 (0)