1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 01:45:45 +00:00

gcloud: Wed Aug 27 10:57:46 UTC 2025

This commit is contained in:
Automated 2025-08-27 10:57:46 +00:00
parent 470b35e498
commit 93c043aaa0
176 changed files with 5452 additions and 264 deletions

View file

@ -9,9 +9,9 @@ SYNOPSIS
[--custom-performance-enabled=CUSTOM_PERFORMANCE_ENABLED]
[--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
[--replica-zone=REPLICA_ZONE] [--total-iops=TOTAL_IOPS]
[--total-throughput=TOTAL_THROUGHPUT] [--zone=ZONE]
[GCLOUD_WIDE_FLAG ...]
[--qos-type=QOS_TYPE] [--replica-zone=REPLICA_ZONE]
[--total-iops=TOTAL_IOPS] [--total-throughput=TOTAL_THROUGHPUT]
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Creates a Storage Pool to contain Volumes with a specified Service Level
@ -187,6 +187,10 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
--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

View file

@ -5,7 +5,7 @@ SYNOPSIS
gcloud netapp storage-pools update (STORAGE_POOL : --location=LOCATION)
[--active-directory=ACTIVE_DIRECTORY]
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
[--capacity=CAPACITY] [--description=DESCRIPTION]
[--capacity=CAPACITY] [--description=DESCRIPTION] [--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,...]]
@ -94,6 +94,10 @@ FLAGS
--description=DESCRIPTION
A description of the Cloud NetApp Storage Pool
--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

View file

@ -43,6 +43,7 @@ SYNOPSIS
[--snapshot-weekly=[day=DAY],
[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
[--source-snapshot=SOURCE_SNAPSHOT]
[--throughput-mibps=THROUGHPUT_MIBPS]
[--tiering-policy=[tier-action=ENABLED|PAUSED,...]]
[--unix-permissions=UNIX_PERMISSIONS]
[--source-backup=SOURCE_BACKUP : --backup_vault=BACKUP_VAULT]
@ -290,6 +291,9 @@ OPTIONAL FLAGS
To set the snapshot attribute:
▸ provide the argument --source-snapshot on the command line.
--throughput-mibps=THROUGHPUT_MIBPS
The desired throughput of the volume in MiB/s.
--tiering-policy=[tier-action=ENABLED|PAUSED,...]
Tiering Policy contains auto tiering policy on a volume.

View file

@ -32,6 +32,7 @@ SYNOPSIS
[--snapshot-weekly=[day=DAY],
[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
[--source-snapshot=SOURCE_SNAPSHOT] [--storage-pool=STORAGE_POOL]
[--throughput-mibps=THROUGHPUT_MIBPS]
[--tiering-policy=[tier-action=ENABLED|PAUSED,...]]
[--unix-permissions=UNIX_PERMISSIONS] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
@ -221,6 +222,9 @@ FLAGS
To set the storage_pool attribute:
▸ provide the argument --storage-pool on the command line.
--throughput-mibps=THROUGHPUT_MIBPS
The desired throughput of the volume in MiB/s.
--tiering-policy=[tier-action=ENABLED|PAUSED,...]
Tiering Policy contains auto tiering policy on a volume.