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:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue