NOME
gdcloud database clusters clone - Clone um recurso personalizado DBCluster para um novo DBCluster.
SYNOPSIS
gdcloud database clusters clone SOURCE DESTINATION [flags]
EXEMPLOS
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
SINALIZADORES OBRIGATÓRIOS
--point-in-time string defines a past state of the DBCluster to clone (should be RFC 3339 format).
SINALIZADORES OPCIONAIS
--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ão disponíveis para todos os comandos: --configuration, --format, --help, --project e --quiet.
Para mais informações, consulte a página Vista geral da referência da CLI gdcloud.