mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Aug 20 11:13:38 UTC 2025
This commit is contained in:
parent
d6d01162c7
commit
470b35e498
164 changed files with 1705 additions and 392 deletions
|
|
@ -9,10 +9,11 @@ SYNOPSIS
|
|||
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
|
||||
[--capacity=CAPACITY] [--description=DESCRIPTION]
|
||||
[--enable-hot-tier-auto-resize=ENABLE_HOT_TIER_AUTO_RESIZE]
|
||||
[--hot-tier-size=HOT_TIER_SIZE] [--replica-zone=REPLICA_ZONE]
|
||||
[--total-iops=TOTAL_IOPS] [--total-throughput=TOTAL_THROUGHPUT]
|
||||
[--update-labels=[KEY=VALUE,...]] [--zone=ZONE]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--hot-tier-size=HOT_TIER_SIZE] [--qos-type=QOS_TYPE]
|
||||
[--replica-zone=REPLICA_ZONE] [--total-iops=TOTAL_IOPS]
|
||||
[--total-throughput=TOTAL_THROUGHPUT] [--update-labels=[KEY=VALUE,...]]
|
||||
[--zone=ZONE] [--clear-labels | --remove-labels=[KEY,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Updates a Storage Pool with given arguments
|
||||
|
|
@ -105,6 +106,10 @@ FLAGS
|
|||
The hot tier size of the Storage Pool in GiB units. This is a required
|
||||
field when --allow-auto-tiering is set for flex service level.
|
||||
|
||||
--qos-type=QOS_TYPE
|
||||
Quality of service (QoS) type for the Storage Pool. QOS_TYPE must be
|
||||
one of: auto, manual, qos-type-unspecified.
|
||||
|
||||
--replica-zone=REPLICA_ZONE
|
||||
String indicating replica zone for the Storage Pool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue