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 vpc 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 vpc list
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the VPC.

Name

The name of the VPC.

Region

The region where the VPC is deployed.

Billing Type

The billing model used for the VPC.

Flags

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

Flag
Shorthand
Default
Description

-A, --all

-A

false

View all projects across the organization.

-h, --help

-h

Help for the list command.

-s, --search string

-s

Search for projects or organizations.

Last updated