mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 17:05:28 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -33,6 +33,8 @@ SYNOPSIS
|
|||
[--retained-backups-count=RETAINED_BACKUPS_COUNT]
|
||||
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
|
||||
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
|
||||
[--storage-provisioned-iops=STORAGE_PROVISIONED_IOPS]
|
||||
[--storage-provisioned-throughput=STORAGE_PROVISIONED_THROUGHPUT]
|
||||
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
|
||||
[--tier=TIER, -t TIER] [--time-zone=TIME_ZONE]
|
||||
[--timeout=TIMEOUT; default=3600]
|
||||
|
|
@ -308,6 +310,14 @@ OPTIONAL FLAGS
|
|||
--storage-auto-increase to enable and --no-storage-auto-increase to
|
||||
disable.
|
||||
|
||||
--storage-provisioned-iops=STORAGE_PROVISIONED_IOPS
|
||||
Indicates how many IOPS to provision for the data disk. This sets the
|
||||
number of I/O operations per second that the disk can handle.
|
||||
|
||||
--storage-provisioned-throughput=STORAGE_PROVISIONED_THROUGHPUT
|
||||
Indicates how much throughput to provision for the data disk. This sets
|
||||
the throughput in MB per second that the disk can handle.
|
||||
|
||||
--storage-size=STORAGE_SIZE
|
||||
Amount of storage allocated to the instance. Must be an integer number
|
||||
of GB. The default is 10GB. Information on storage limits can be found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue