gdcloud compute disks start-async-replication

NOME

gdcloud compute disks start-async-replication - Start async replication on a virtual machine disk. Este comando tem de ser invocado no disco principal e tem de ser fornecido o parâmetro --secondary-disk.

SYNOPSIS

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

EXEMPLOS

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

SINALIZADORES OBRIGATÓRIOS

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

SINALIZADORES OPCIONAIS

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

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.