gdcloud database clusters list

名前

gdcloud database clusters list - DBCluster カスタム リソースを一覧表示します。

概要

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

オプションのフラグ

      --database-engine string   database engine of the DBCluster to be listed.

GDCLOUD ワイドフラグ

これらのフラグは、すべてのコマンドで使用できます: --configuration--format--help--project--quiet

詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。