1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 12 10:54:38 UTC 2025

This commit is contained in:
Automated 2025-03-12 10:54:38 +00:00
parent 6dc93282df
commit a459a88a5f
152 changed files with 2634 additions and 1748 deletions

View file

@ -8,7 +8,8 @@ SYNOPSIS
[--active-directory=ACTIVE_DIRECTORY]
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
[--capacity=CAPACITY] [--description=DESCRIPTION]
[--replica-zone=REPLICA_ZONE] [--update-labels=[KEY=VALUE,...]]
[--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 ...]
@ -98,6 +99,13 @@ FLAGS
--replica-zone=REPLICA_ZONE
String indicating replica zone for the Storage Pool
--total-iops=TOTAL_IOPS
Integer indicating total IOPS of the Storage Pool
--total-throughput=TOTAL_THROUGHPUT
The total throughput of the Storage Pool in MiB/s or GiB/s units. If no
throughput unit is specified, MiB/s is assumed.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.