mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
|
|
@ -16,7 +16,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List Filestore regions.
|
||||
List all Filestore regions.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -1,20 +1,19 @@
|
|||
NAME
|
||||
gcloud filestore regions list - list Filestore regions
|
||||
gcloud filestore regions list - list all Filestore regions
|
||||
|
||||
SYNOPSIS
|
||||
gcloud filestore regions list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List all regions where Filestore API is available. The listed regions only
|
||||
apply for Basic instances. High Scale is only available in a more
|
||||
restricted set of regions. For details, please see
|
||||
https://cloud.google.com/filestore/docs/regions.
|
||||
List all Filestore regions.
|
||||
|
||||
EXAMPLES
|
||||
To list all the regions where Filestore instances can be created, run:
|
||||
The following command lists a maximum of five Filestore regions sorted
|
||||
alphabetically by name in descending order:
|
||||
|
||||
$ gcloud filestore regions list
|
||||
$ gcloud filestore regions list --limit=5 --sort-by=~name
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
@ -42,6 +41,12 @@ LIST COMMAND FLAGS
|
|||
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,
|
||||
|
|
@ -50,10 +55,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the file/v1 API. The full documentation for this API can
|
||||
be found at: https://cloud.google.com/filestore/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List Filestore zones.
|
||||
List all Filestore zones.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -1,20 +1,19 @@
|
|||
NAME
|
||||
gcloud filestore zones list - list Filestore zones
|
||||
gcloud filestore zones list - list all Filestore zones
|
||||
|
||||
SYNOPSIS
|
||||
gcloud filestore zones list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List all zones where Filestore API is available. The listed zones only
|
||||
apply for Basic instances. High Scale is only available in a more
|
||||
restricted set of zones. For details, please see
|
||||
https://cloud.google.com/filestore/docs/regions.
|
||||
List all Filestore zones.
|
||||
|
||||
EXAMPLES
|
||||
To list all the zones where Filestore instances can be created, run:
|
||||
The following command lists a maximum of five Filestore zones sorted
|
||||
alphabetically by name in descending order:
|
||||
|
||||
$ gcloud filestore zones list
|
||||
$ gcloud filestore zones list --limit=5 --sort-by=~name
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
@ -42,6 +41,12 @@ LIST COMMAND FLAGS
|
|||
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,
|
||||
|
|
@ -50,10 +55,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the file/v1 API. The full documentation for this API can
|
||||
be found at: https://cloud.google.com/filestore/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue