gdcloud database clusters clone

NOMBRE

gdcloud database clusters clone: Clona un recurso personalizado de DBCluster en un DBCluster nuevo.

SYNOPSIS

gdcloud database clusters clone SOURCE DESTINATION [flags]

EXAMPLES

To clone a DBCluster custom resource with name "postgresql-src-db" to a new DBCluster custom resource "postgresql-dst-db", run:

  gdcloud database clusters clone postgresql-src-db postgresql-dst-db \
    --point-in-time=2006-01-02T15:04:05Z

MARCAS OBLIGATORIAS

      --point-in-time string   defines a past state of the DBCluster to clone (should be RFC 3339 format).

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 GCLOUD A NIVEL GENERAL

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 CLI de gcloud.