mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
94 lines
2.2 KiB
Text
94 lines
2.2 KiB
Text
NAME
|
|
gcloud compute disks - read and manipulate Compute Engine disks
|
|
|
|
SYNOPSIS
|
|
gcloud compute disks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate Compute Engine disks.
|
|
|
|
For more information about disks, see the disks documentation
|
|
(https://cloud.google.com/compute/docs/disks/).
|
|
|
|
See also: Disks API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/disks).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
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:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a Compute Engine disk.
|
|
|
|
add-labels
|
|
Add labels to Google Compute Engine persistent disks.
|
|
|
|
add-resource-policies
|
|
Add resource policies to a Compute Engine disk.
|
|
|
|
create
|
|
Create Compute Engine persistent disks.
|
|
|
|
delete
|
|
Delete a Compute Engine disk.
|
|
|
|
describe
|
|
Describe a Compute Engine disk.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a Compute Engine disk.
|
|
|
|
list
|
|
List Google Compute Engine disks.
|
|
|
|
move
|
|
Move a disk between zones.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding from a Compute Engine disk.
|
|
|
|
remove-labels
|
|
Remove labels from Google Compute Engine persistent disks.
|
|
|
|
remove-resource-policies
|
|
Remove resource policies from a Compute Engine disk.
|
|
|
|
resize
|
|
Resize a disk or disks.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a Compute Engine disk.
|
|
|
|
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.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute disks
|
|
|
|
$ gcloud beta compute disks
|
|
|