gdcloud compute disks start-async-replication

NOM

gdcloud compute disks start-async-replication : démarre la réplication asynchrone sur un disque de machine virtuelle. Cette commande doit être appelée sur le disque principal et l'option "--secondary-disk" doit être fournie.

SYNOPSIS

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

EXAMPLES

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

DRAPEAUX REQUIS

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

INDICATEURS FACULTATIFS

      --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.

OPTIONS GCLOUD GÉNÉRALES

Ces options sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.

Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gcloud CLI.