mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 7 09:49:06 UTC 2024
This commit is contained in:
parent
ed2f818f7a
commit
7fe34c472b
98 changed files with 1867 additions and 220 deletions
|
|
@ -9,6 +9,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]
|
||||
|
|
@ -159,6 +160,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
|
||||
|
|
@ -290,6 +297,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue