Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
NOME
gdcloud compute disks stop-async-replication - Arresta la replica asincrona su un disco della macchina virtuale. Questo comando deve essere richiamato sul disco primario.
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
FLAG FACOLTATIVI
--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
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[],[],null,["# gdcloud compute disks stop-async-replication\n\nNAME\n----\n\ngdcloud compute disks stop-async-replication - Stop async replication on a virtual machine disk. This command must be invoked on the primary disk.\n\nSYNOPSIS\n--------\n\n gdcloud compute disks stop-async-replication DISK_NAME [flags]\n\n### EXAMPLES\n\n To stop replication on the primary disk 'example-disk-1' in zone us-east1-a, run:\n\n gdcloud compute disks stop-async-replication example-disk-1 \\\n --project example-project \\\n --zone us-east1-a\n\n### OPTIONAL FLAGS\n\n --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.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-reference/gdcloud) page."]]