mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed May 15 09:19:06 UTC 2024
This commit is contained in:
parent
e8259d86b1
commit
3b84182be4
193 changed files with 10091 additions and 581 deletions
|
|
@ -7,9 +7,10 @@ SYNOPSIS
|
|||
(STORAGE_POOL : --location=LOCATION) --capacity=CAPACITY
|
||||
--network=[name=NAME],[psa-range=PSA-RANGE]
|
||||
--service-level=SERVICE_LEVEL [--active-directory=ACTIVE_DIRECTORY]
|
||||
[--async] [--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
|
||||
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
|
||||
[--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
|
||||
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--replica-zone=REPLICA_ZONE] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a Storage Pool to contain Volumes with a specified Service
|
||||
|
|
@ -138,6 +139,10 @@ OPTIONAL FLAGS
|
|||
To set the active_directory attribute:
|
||||
▸ provide the argument --active-directory on the command line.
|
||||
|
||||
--allow-auto-tiering=ALLOW_AUTO_TIERING
|
||||
Boolean flag indicating whether Storage Pool is allowed to use
|
||||
auto-tiering
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -180,6 +185,12 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--replica-zone=REPLICA_ZONE
|
||||
String indicating replica zone for the Storage Pool
|
||||
|
||||
--zone=ZONE
|
||||
String indicating active zone of the Storage Pool
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue