gdcloud database operations list

NOMBRE

gdcloud database operations list: muestra las operaciones de la base de datos del recurso personalizado DBCluster especificado.

SYNOPSIS

gdcloud database operations list [flags]

EJEMPLOS

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

BANDERAS 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.

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.