NOMBRE
gdcloud database clusters list: muestra los recursos personalizados de DBCluster.
SYNOPSIS
gdcloud database clusters list [flags]
EJEMPLOS
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
MARCAS OPCIONALES
--database-engine string database engine of the DBCluster to be listed.
GDCLOUD WIDE FLAGS
Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.
Para obtener más información, consulta la página Información general sobre la referencia de la CLI de gdcloud.