Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions internal/namespaces/vpc/v2/vpc_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,13 @@ func vpcPrivateNetworkList() *core.Command {
Deprecated: false,
Positional: false,
},
{
Name: "dhcp-enabled",
Short: `DHCP status to filter for. When true, only Private Networks with managed DHCP enabled will be returned`,
Required: false,
Deprecated: false,
Positional: false,
},
{
Name: "organization-id",
Short: `Organization ID to filter for. Only Private Networks belonging to this Organization will be returned`,
Expand Down