We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5c07c commit 39343efCopy full SHA for 39343ef
1 file changed
internal/namespaces/vpc/v2/vpc_cli.go
@@ -363,6 +363,13 @@ func vpcPrivateNetworkList() *core.Command {
363
Deprecated: false,
364
Positional: false,
365
},
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
+ },
373
{
374
Name: "organization-id",
375
Short: `Organization ID to filter for. Only Private Networks belonging to this Organization will be returned`,
0 commit comments