mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--accelerator=[count=COUNT],[type=TYPE]] [--no-boot-disk-auto-delete]
|
||||
[--boot-disk-device-name=BOOT_DISK_DEVICE_NAME]
|
||||
[--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]
|
||||
[--can-ip-forward] [--confidential-compute]
|
||||
[--configure-disk=[PROPERTY=VALUE,...]]
|
||||
|
|
@ -107,6 +108,10 @@ FLAGS
|
|||
of I/O operations per second that the disk can handle. Value must be
|
||||
between 10,000 and 120,000.
|
||||
|
||||
--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the disk. This sets the
|
||||
number of throughput mb per second that the disk can handle.
|
||||
|
||||
--boot-disk-size=BOOT_DISK_SIZE
|
||||
The size of the boot disk. This option can only be specified if a new
|
||||
boot disk is being created (as opposed to mounting an existing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue