Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud database clusters list - List DBCluster custom resources.
SYNOPSIS
gdcloud database clusters list [flags]
EXAMPLES
To list DBCluster custom resources with database engine PostgreSQL, run:
gdcloud database clusters list --database-engine=POSTGRESQL
To list DBCluster custom resources with database engine Oracle in the project "db", run:
gdcloud database clusters list --project=db --database-engine=ORACLE
To list DBCluster custom resources with database engine AlloyDB Omni in the project "db", run:
gdcloud database clusters list --project=db --database-engine=ALLOYDBOMNI
To list DBCluster custom resources with all database engines, run:
gdcloud database clusters list
OPTIONAL FLAGS
--database-engine string database engine of the DBCluster to be listed.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This command, `gdcloud database clusters list`, is used to list DBCluster custom resources."],["You can filter the list of DBCluster resources by specifying the database engine using the `--database-engine` flag (e.g., POSTGRESQL, ORACLE, ALLOYDBOMNI)."],["You can also specify the project to list DBCluster resources from, using the `--project` flag."],["Without the `--database-engine` flag, the command lists DBCluster resources from all database engines."]]],[]]