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

gcloud: Wed Aug 7 09:49:06 UTC 2024

This commit is contained in:
Automated 2024-08-07 09:49:06 +00:00
parent ed2f818f7a
commit 7fe34c472b
98 changed files with 1867 additions and 220 deletions

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--accelerator=[count=COUNT],[type=TYPE]] [--no-address] [--async]
[--no-boot-disk-auto-delete]
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
[--boot-disk-interface=BOOT_DISK_INTERFACE]
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
[--boot-disk-size=BOOT_DISK_SIZE] [--boot-disk-type=BOOT_DISK_TYPE]
@ -149,6 +150,12 @@ OPTIONAL FLAGS
option can only be specified if a new boot disk is being created (as
opposed to mounting an existing persistent disk).
--boot-disk-interface=BOOT_DISK_INTERFACE
Indicates the interface to use for the boot disk. The value must be one
of the following:
◆ SCSI
◆ NVME
--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS
Indicates how many IOPS to provision for the disk. This sets the number
of I/O operations per second that the disk can handle. Value must be
@ -280,6 +287,12 @@ OPTIONAL FLAGS
The name of the storage pool in which the new disk is created. The
new disk and the storage pool must be in the same location.
interface
The interface to use with the disk. The value must be one of the
following:
▸ SCSI
▸ NVME
boot
If yes, indicates that this is a boot disk. The instance will use
the first partition of the disk for its root file system. The