Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
NAME
gdcloud database clusters list: Listet benutzerdefinierte DBCluster-Ressourcen auf.
ZUSAMMENFASSUNG
gdcloud database clusters list [flags]
BEISPIELE
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
OPTIONALE FLAGS
--database-engine string database engine of the DBCluster to be listed.
GDCLOUD-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThis command, \u003ccode\u003egdcloud database clusters list\u003c/code\u003e, is used to list DBCluster custom resources.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter the list of DBCluster resources by specifying the database engine using the \u003ccode\u003e--database-engine\u003c/code\u003e flag (e.g., POSTGRESQL, ORACLE, ALLOYDBOMNI).\u003c/p\u003e\n"],["\u003cp\u003eYou can also specify the project to list DBCluster resources from, using the \u003ccode\u003e--project\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eWithout the \u003ccode\u003e--database-engine\u003c/code\u003e flag, the command lists DBCluster resources from all database engines.\u003c/p\u003e\n"]]],[],null,["# gdcloud database clusters list\n\nNAME\n----\n\ngdcloud database clusters list - List DBCluster custom resources.\n\nSYNOPSIS\n--------\n\n gdcloud database clusters list [flags]\n\n### EXAMPLES\n\n To list DBCluster custom resources with database engine PostgreSQL, run:\n\n gdcloud database clusters list --database-engine=POSTGRESQL\n\n To list DBCluster custom resources with database engine Oracle in the project \"db\", run:\n\n gdcloud database clusters list --project=db --database-engine=ORACLE\n\n To list DBCluster custom resources with database engine AlloyDB Omni in the project \"db\", run:\n\n gdcloud database clusters list --project=db --database-engine=ALLOYDBOMNI\n\n To list DBCluster custom resources with all database engines, run:\n\n gdcloud database clusters list\n\n### OPTIONAL FLAGS\n\n --database-engine string database engine of the DBCluster to be listed.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]