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:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -8,9 +8,12 @@ SYNOPSIS
|
|||
--network=[name=NAME],[psa-range=PSA-RANGE]
|
||||
--service-level=SERVICE_LEVEL [--active-directory=ACTIVE_DIRECTORY]
|
||||
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
|
||||
[--custom-performance-enabled=CUSTOM_PERFORMANCE_ENABLED]
|
||||
[--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
|
||||
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
|
||||
[--replica-zone=REPLICA_ZONE] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--replica-zone=REPLICA_ZONE] [--total-iops=TOTAL_IOPS]
|
||||
[--total-throughput=TOTAL_THROUGHPUT] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a Storage Pool to contain Volumes with a specified Service
|
||||
|
|
@ -145,6 +148,10 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--custom-performance-enabled=CUSTOM_PERFORMANCE_ENABLED
|
||||
Boolean flag indicating whether Storage Pool is a custom performance
|
||||
Storage Pool or not
|
||||
|
||||
--description=DESCRIPTION
|
||||
A description of the Cloud NetApp Storage Pool
|
||||
|
||||
|
|
@ -186,6 +193,13 @@ OPTIONAL 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.
|
||||
|
||||
--zone=ZONE
|
||||
String indicating active zone of the Storage Pool
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue