mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
92 lines
3.5 KiB
Text
92 lines
3.5 KiB
Text
NAME
|
|
gcloud alpha netapp storage-pools create - create a Cloud NetApp Storage
|
|
Pool
|
|
|
|
SYNOPSIS
|
|
gcloud alpha netapp storage-pools create
|
|
(STORAGE_POOL : --location=LOCATION) --capacity=CAPACITY
|
|
--service-level=SERVICE_LEVEL [--async] [--description=DESCRIPTION]
|
|
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Create a Cloud NetApp Storage Pool.
|
|
|
|
POSITIONAL ARGUMENTS
|
|
Storage pool resource - The Storage Pool to create. The arguments in this
|
|
group can be used to specify the attributes of this 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 storage_pool on the command line with a fully
|
|
specified name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project.
|
|
|
|
This must be specified.
|
|
|
|
STORAGE_POOL
|
|
ID of the storage_pool or fully qualified identifier for the
|
|
storage_pool. To set the storage_pool attribute:
|
|
▸ provide the argument storage_pool on the command line.
|
|
|
|
This positional argument must be specified if any of the other
|
|
arguments in this group are specified.
|
|
|
|
--location=LOCATION
|
|
The location of the storage_pool. To set the location attribute:
|
|
▸ provide the argument storage_pool 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.
|
|
|
|
REQUIRED FLAGS
|
|
--capacity=CAPACITY
|
|
The desired capacity of the Storage Pool in GiB or TiB units.If no
|
|
capacity unit is specified, GiB is assumed.
|
|
|
|
--service-level=SERVICE_LEVEL
|
|
The service level for the Cloud NetApp Storage Pool. For more details,
|
|
see:
|
|
https://cloud.google.com/architecture/partners/netapp-cloud-volumes/service-levels
|
|
|
|
SERVICE_LEVEL must be one of:
|
|
|
|
extreme
|
|
Extreme Service Level for Cloud NetApp Storage Pool. The Extreme
|
|
Service Level has a throughput per TiB of allocated volume size of
|
|
128 MiB/s.
|
|
premium
|
|
Premium Service Level for Cloud NetApp Storage Pool. The Premium
|
|
Service Level has a throughput per TiB of allocated volume size of
|
|
64 MiB/s.
|
|
|
|
OPTIONAL FLAGS
|
|
--async
|
|
Return immediately, without waiting for the operation in progress to
|
|
complete.
|
|
|
|
--description=DESCRIPTION
|
|
A description of the Cloud NetApp Storage Pool
|
|
|
|
--labels=[KEY=VALUE,...]
|
|
List of label KEY=VALUE pairs to add.
|
|
|
|
Keys must start with a lowercase character and contain only hyphens
|
|
(-), underscores (_), lowercase characters, and numbers. Values must
|
|
contain only hyphens (-), underscores (_), lowercase characters, and
|
|
numbers.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
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.
|
|
|