Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

List all vpcs you have access to. This command displays a summary of all projects, including their IDs, names, and other relevant details.

Usage

cldkctl flexi network subnet list [flags]

Aliases

list, ls

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl flexi network subnet list
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the subnet.

Name

The name of the subnet.

IP Address

The network address assigned to the subnet.

Enable DHCP

Indicates whether DHCP is enabled for the subnet.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the list command.

Last updated