Skip to content

Commit 39343ef

Browse files
feat(vpc): add dhcp_enabled field in private network message (#3239)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent ed5c07c commit 39343ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

internal/namespaces/vpc/v2/vpc_cli.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,13 @@ func vpcPrivateNetworkList() *core.Command {
363363
Deprecated: false,
364364
Positional: false,
365365
},
366+
{
367+
Name: "dhcp-enabled",
368+
Short: `DHCP status to filter for. When true, only Private Networks with managed DHCP enabled will be returned`,
369+
Required: false,
370+
Deprecated: false,
371+
Positional: false,
372+
},
366373
{
367374
Name: "organization-id",
368375
Short: `Organization ID to filter for. Only Private Networks belonging to this Organization will be returned`,

0 commit comments

Comments
 (0)