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 e368309 commit 74eb7cfCopy full SHA for 74eb7cf
api/vpc/v2/vpc_sdk.go
@@ -280,9 +280,6 @@ type CreateVPCRequest struct {
280
Region scw.Region `json:"-"`
281
// Name: name for the VPC.
282
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"`
286
// ProjectID: scaleway Project in which to create the VPC.
287
ProjectID string `json:"project_id"`
288
// Tags: tags for the VPC.
0 commit comments