Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gdcloud database clusters list - List DBCluster custom resources.
SINOSSI
gdcloud database clusters list [flags]
ESEMPI
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
FLAG FACOLTATIVI
--database-engine string database engine of the DBCluster to be listed.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-26 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."]]],[]]