1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Thu Jun 22 10:31:35 UTC 2023

This commit is contained in:
Automated 2023-06-22 10:31:35 +00:00
parent 2102dc5511
commit dc0d916cee
219 changed files with 5076 additions and 1639 deletions

View file

@ -2,7 +2,7 @@ NAME
gcloud compute disks - read and manipulate Compute Engine disks
SYNOPSIS
gcloud compute disks COMMAND [GCLOUD_WIDE_FLAG ...]
gcloud compute disks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Read and manipulate Compute Engine disks.
@ -18,6 +18,13 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
bulk
Manipulate multiple Compute Engine disks with single command
executions.
COMMANDS
COMMAND is one of the following:
@ -66,6 +73,15 @@ COMMANDS
snapshot
Create snapshots of Compute Engine persistent disks.
start-async-replication
Start asynchronous replication on a Compute Engine persistent disk.
stop-async-replication
Stop async replication on a Compute Engine persistent disk.
stop-group-async-replication
Consistently stops a group of asynchronously replicating disks.
update
Update a Compute Engine persistent disk.