gdcloud compute disks start-async-replication

שם

‫gdcloud compute disks start-async-replication - הפעלת שכפול אסינכרוני בדיסק של מכונה וירטואלית. צריך להפעיל את הפקודה הזו בדיסק הראשי ולציין את האפשרות ‎--secondary-disk.

SYNOPSIS

gdcloud compute disks start-async-replication DISK_NAME [flags]

דוגמאות

To start replication from the primary disk 'example-disk-1' in zone us-east1-a to the secondary disk 'example-disk-2' in zone us-west1-a, run:

    gdcloud compute disks start-async-replication example-disk-1 \
      --project example-project \
      --zone us-east1-a \
      --secondary-disk example-disk-2 \
      --secondary-zone us-west1-a

דגלים נדרשים

      --secondary-zone string   Zone of the secondary disk for asynchronous replication.

דגלים אופציונליים

      --secondary-disk string   Secondary disk for asynchronous replication.
      --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

הדגלים האלה זמינים לכל הפקודות: --configuration, ‏ --format, ‏ --help, ‏ --project, ‏ --quiet.

מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.