Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
NOMBRE
gdcloud compute disks stop-async-replication: Detiene la replicación asíncrona en un disco de máquina virtual. Este comando se debe invocar en el disco principal.
To stop replication on the primary disk 'example-disk-1' in zone us-east1-a, run:
gdcloud compute disks stop-async-replication example-disk-1 \
--project example-project \
--zone us-east1-a
MARCAS OPCIONALES
--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.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-16 (UTC)"],[[["This command `gdcloud compute disks stop-async-replication` stops asynchronous replication on a specified virtual machine disk."],["The command must be executed on the primary disk to halt the replication process."],["Use the `DISK_NAME` argument along with optional flags like `--project` and `--zone` to specify the disk and its location."],["The `--zone` flag is required in multi-zone environments and can be preset using `gdcloud config set core/zone ZONE`."],["Common flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are available for use with this and other `gdcloud` commands."]]],[]]