1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -0,0 +1,175 @@
NAME
gcloud netapp storage-pools create - create a Cloud NetApp Storage Pool
SYNOPSIS
gcloud netapp storage-pools create (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]
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Creates a Storage Pool to contain Volumes with a specified Service Level
and capacity.
EXAMPLES
The following command creates a Storage Pool named NAME using all possible
arguments
$ gcloud netapp storage-pools create NAME --location=us-central1 \
--service-level=standard --capacity=2048 \
--network=name=default --active-directory=ad1 \
--kms-config=kms-config1 --enable-ldap=true \
--description="example description"
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.
--network=[name=NAME],[psa-range=PSA-RANGE]
Network configuration for a Cloud NetApp Files Storage Pool. Specifying
psa-range is optional.
name
The name of the Google Compute Engine VPC network to which the
volume is connected.
psa-range
The psa-range is the name of the allocated range of the Private
Service Access connection. The range you specify can't overlap with
either existing subnets or assigned IP address ranges for other
Cloud NetApp Files Storage Pools in the selected VPC network.
--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
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.
--description=DESCRIPTION
A description of the Cloud NetApp Storage Pool
--enable-ldap=ENABLE_LDAP
Boolean flag indicating whether Storage Pool is a NFS LDAP Storage Pool
or not
Kms config resource - The KMS config 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 --kms-config 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 --kms-config 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.
--kms-config=KMS_CONFIG
ID of the kms_config or fully qualified identifier for the
kms_config.
To set the kms_config attribute:
▸ provide the argument --kms-config on the command line.
--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
These variants are also available:
$ gcloud alpha netapp storage-pools create
$ gcloud beta netapp storage-pools create

View file

@ -0,0 +1,75 @@
NAME
gcloud netapp storage-pools delete - delete a Cloud NetApp Storage Pool
SYNOPSIS
gcloud netapp storage-pools delete (STORAGE_POOL : --location=LOCATION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete a Storage Pool
EXAMPLES
The following command deletes a Storage Pool named NAME in the given
location
$ gcloud netapp storage-pools delete NAME --location=us-central1
To delete a Storage Pool asynchronously, run the following command:
$ gcloud netapp storage-pools delete NAME --location=us-central1 \
--async
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to delete. 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.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
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
These variants are also available:
$ gcloud alpha netapp storage-pools delete
$ gcloud beta netapp storage-pools delete

View file

@ -0,0 +1,66 @@
NAME
gcloud netapp storage-pools describe - show metadata for a Cloud NetApp
Storage Pool
SYNOPSIS
gcloud netapp storage-pools describe (STORAGE_POOL : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe a Storage Pool
EXAMPLES
The following command describes a Storage Pool named NAME in the given
location
$ gcloud netapp storage-pools describe NAME --location=us-central1
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to describe. 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.
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
These variants are also available:
$ gcloud alpha netapp storage-pools describe
$ gcloud beta netapp storage-pools describe

View file

@ -0,0 +1,39 @@
NAME
gcloud netapp storage-pools - create and manage Cloud NetApp Storage Pools
SYNOPSIS
gcloud netapp storage-pools COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create and manage Cloud NetApp Storage Pools.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
Create a Cloud NetApp Storage Pool.
delete
Delete a Cloud NetApp Storage Pool.
describe
Show metadata for a Cloud NetApp Storage Pool.
list
List Cloud NetApp Storage Pools.
update
Update a Cloud NetApp Storage Pool.
NOTES
These variants are also available:
$ gcloud alpha netapp storage-pools
$ gcloud beta netapp storage-pools

View file

@ -0,0 +1,86 @@
NAME
gcloud netapp storage-pools list - list Cloud NetApp Storage Pools
SYNOPSIS
gcloud netapp storage-pools list [--location=LOCATION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Lists Storage Pools
EXAMPLES
The following command lists Storage Pools in the given location
$ gcloud netapp storage-pools list --location=us-central1
FLAGS
Location resource - The location in which to list Storage Pools. 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 --location on the command line with a fully
specified name;
◆ uses all locations by default. with a fully specified name;
◆ set the property netapp/location with a fully specified name;
◆ set the property netapp/region with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
--location=LOCATION
ID of the location or fully qualified identifier for the location.
To set the location attribute:
▸ provide the argument --location on the command line;
▸ uses all locations by default.;
▸ set the property netapp/location;
▸ set the property netapp/region.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
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
These variants are also available:
$ gcloud alpha netapp storage-pools list
$ gcloud beta netapp storage-pools list

View file

@ -0,0 +1,134 @@
NAME
gcloud netapp storage-pools update - update a Cloud NetApp Storage Pool
SYNOPSIS
gcloud netapp storage-pools update (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
Updates a Storage Pool with given arguments
EXAMPLES
The following command updates a Storage Pool named NAME in the given
location
$ gcloud 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
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.
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.
--capacity=CAPACITY
The desired capacity of the Storage Pool in GiB or TiB units.If no
capacity unit is specified, GiB is assumed.
--description=DESCRIPTION
A description of the Cloud NetApp Storage Pool
--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.
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.
At most one of these can be specified:
--clear-labels
Remove all labels. If --update-labels is also specified then
--clear-labels is applied first.
For example, to remove all labels:
$ gcloud netapp storage-pools update --clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud netapp storage-pools update --clear-labels \
--update-labels foo=bar,baz=qux
--remove-labels=[KEY,...]
List of label keys to remove. If a label does not exist it is
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
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
These variants are also available:
$ gcloud alpha netapp storage-pools update
$ gcloud beta netapp storage-pools update