gdcloud compute disks start-async-replication

NOMBRE

gdcloud compute disks start-async-replication: Inicia la replicación asíncrona en un disco de máquina virtual. Este comando se debe invocar en el disco principal y se debe proporcionar --secondary-disk.

SINOPSIS

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

MARCAS OBLIGATORIAS

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

MARCAS OPCIONALES

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

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.