gdcloud database clusters clone

NOMBRE

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

SINOPSIS

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 GENERALES DE GCLOUD

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.