Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
NAME
gdcloud compute disks stop-async-replication – Asynchrone Replikation auf einem VM-Laufwerk beenden. Dieser Befehl muss auf dem primären Laufwerk aufgerufen werden.
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
OPTIONALE FLAGS
--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-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]