NAME
gdcloud database operations list: Crea una lista de las operaciones de bases de datos para el recurso personalizado DBCluster determinado.
SYNOPSIS
gdcloud database operations list [flags]
EXAMPLES
To list operations on the PostgreSQL DBCluster "postgresql-db", run:
gdcloud database operations list --cluster=postgresql-db
To list operations in the Oracle DBCluster "oracle-db" in the project "db", run:
gdcloud database operations list --project=db --cluster=oracle-db
MARCAS OBLIGATORIAS
--cluster string DBCluster name.
MARCAS OPCIONALES
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
MARCAS DE GDCLOUD
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 de descripción general de la referencia de la gcloud CLI.