create
Create virtual machine disks.
list
List virtual machine disks.
resize
Resize virtual machine disks.
start-async-replication
Start async replication on a virtual machine disk. This command must be invoked on the primary disk and --secondary-disk must be provided.
stop-async-replication
Stop async replication on a virtual machine disk. This command must be invoked on the primary disk.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003e\u003ccode\u003egdcloud compute disks\u003c/code\u003e is a command-line tool used to manage virtual machine disks in a GDC air-gapped environment.\u003c/p\u003e\n"],["\u003cp\u003eThis tool allows you to create, list, and resize virtual machine disks, providing essential control over disk resources.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egdcloud compute disks\u003c/code\u003e tool supports asynchronous replication of disks, allowing for the initiation and termination of replication processes on the primary disk.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003e--help\u003c/code\u003e is a widely used flag that can be leveraged for all commands to find more information.\u003c/p\u003e\n"],["\u003cp\u003eThe main commands you can leverage are: create, list, resize, start-async-replication, stop-async-replication.\u003c/p\u003e\n"]]],[],null,["# gdcloud compute disks\n\nNAME\n----\n\ngdcloud compute disks - Read and manipulate GDC air-gapped virtual machine disks.\n\nSYNOPSIS\n--------\n\n gdcloud compute disks COMMAND [flags]\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--help`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page.\n\n### COMMANDS\n\n`COMMAND` is one of the following: \n\n create\n Create virtual machine disks.\n list\n List virtual machine disks.\n resize\n Resize virtual machine disks.\n start-async-replication\n Start async replication on a virtual machine disk. This command must be invoked on the primary disk and --secondary-disk must be provided.\n stop-async-replication\n Stop async replication on a virtual machine disk. This command must be invoked on the primary disk."]]