1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Nov 20 10:03:22 UTC 2024

This commit is contained in:
Automated 2024-11-20 10:03:22 +00:00
parent a63704a3af
commit ad2752c6c9
198 changed files with 7874 additions and 336 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha compute disks convert - convert a Compute Engine disk into a
new disk type or new format
gcloud alpha compute disks convert - convert a Compute Engine Persistent
Disk volume to a Hyperdisk volume
SYNOPSIS
gcloud alpha compute disks convert DISK_NAME
@ -30,8 +30,9 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--target-disk-type=TARGET_DISK_TYPE
Specifies the type of disk to convert to. To get a list of available
disk types, run gcloud compute disk-types list.
Specifies the type of Hyperdisk to convert to, for example, to convert
a Hyperdisk Balanced volume, specify hyperdisk-balanced. To get a list
of available disk types, run gcloud compute disk-types list.
OPTIONAL FLAGS
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
@ -130,5 +131,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. These variants are also available:
$ gcloud compute disks convert
$ gcloud beta compute disks convert

View file

@ -41,8 +41,8 @@ COMMANDS
(ALPHA) Add resource policies to a Compute Engine disk.
convert
(ALPHA) Convert a Compute Engine disk into a new disk type or new
format.
(ALPHA) Convert a Compute Engine Persistent Disk volume to a Hyperdisk
volume.
create
(ALPHA) Create Compute Engine persistent disks.