gdcloud database clusters clone

名前

gdcloud database clusters clone - DBCluster カスタム リソースを新しい DBCluster にクローンします。

概要

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

必須フラグ

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

オプションのフラグ

      --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 ワイドフラグ

これらのフラグは、すべてのコマンドで使用できます: --configuration--format--help--project--quiet

詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。