1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 15 10:31:27 UTC 2023

This commit is contained in:
Automated 2023-06-15 10:31:27 +00:00
parent 435c9359b5
commit 2102dc5511
223 changed files with 8143 additions and 443 deletions

View file

@ -4,12 +4,21 @@ NAME
SYNOPSIS
gcloud alpha netapp storage-pools update
(STORAGE_POOL : --location=LOCATION) [--async] [--capacity=CAPACITY]
(STORAGE_POOL : --location=LOCATION)
[--active-directory=ACTIVE_DIRECTORY] [--async] [--capacity=CAPACITY]
[--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud NetApp Storage Pool.
(ALPHA) Updates a Storage Pool with given arguments
EXAMPLES
The following command updates a Storage Pool named NAME in the given
location
$ gcloud alpha netapp storage-pools update NAME \
--location=us-central1 --capacity=4096 --active-directory=ad-2 \
--description="new description" --update-labels=key1=val1
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to update. The arguments in this
@ -46,6 +55,30 @@ POSITIONAL ARGUMENTS
▸ set the property netapp/region.
FLAGS
Active directory resource - The Active Directory to attach to the Storage
Pool. This represents a Cloud resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
To set the location attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location;
◆ set the property netapp/region.
--active-directory=ACTIVE_DIRECTORY
ID of the active_directory or fully qualified identifier for the
active_directory.
To set the active_directory attribute:
▸ provide the argument --active-directory on the command line.
--async
Return immediately, without waiting for the operation in progress to
complete.
@ -98,5 +131,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools update