Skip to content

Commit 74eb7cf

Browse files
authored
feat(vpc/v2): remove DefaultPrivateNetworkName from CreateVPCRequest (#1772)
1 parent e368309 commit 74eb7cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/vpc/v2/vpc_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ type CreateVPCRequest struct {
280280
Region scw.Region `json:"-"`
281281
// Name: name for the VPC.
282282
Name string `json:"name"`
283-
// DefaultPrivateNetworkName: name for the VPC's associated default Private Network.
284-
// Default value: default
285-
DefaultPrivateNetworkName string `json:"default_private_network_name"`
286283
// ProjectID: scaleway Project in which to create the VPC.
287284
ProjectID string `json:"project_id"`
288285
// Tags: tags for the VPC.

0 commit comments

Comments
 (0)