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

gcloud: Thu Nov 9 11:45:52 UTC 2023

This commit is contained in:
Automated 2023-11-09 11:45:52 +00:00
parent f2c5d1d45f
commit 03f0979970
300 changed files with 8569 additions and 1319 deletions

View file

@ -4,31 +4,26 @@ NAME
SYNOPSIS
gcloud alpha compute queued-resources list [NAME ...]
[--regexp=REGEXP, -r REGEXP] [--zones=ZONE,[ZONE,...]]
--zones=ZONE,[ZONE,...] [--regexp=REGEXP, -r REGEXP]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute queued-resources list displays all Google
Compute Engine queued resources in a project.
By default, queued resources from all zones are listed. The results can be
narrowed down using a filter: --filter="zone:( ZONE ... )".
Compute Engine queued resources in a project in given zones.
EXAMPLES
To list all queued resources in a project in table form, run:
$ gcloud alpha compute queued-resources list
To list the URIs of all queued resources in a project, run:
$ gcloud alpha compute queued-resources list --uri
To list all queued resources in the us-central1-b and europe-west1-d zones,
run:
To list all queued resources in us-central1-b and europe-west1-d zones in a
project in table form, run:
$ gcloud alpha compute queued-resources list \
--filter="zone:( us-central1-b europe-west1-d )"
--zones=us-central1-b,europe-west1-d
To list the URIs of all queued resources in us-central1-b zone in a
project, run:
$ gcloud alpha compute queued-resources list --zones=us-central1-b \
--uri
POSITIONAL ARGUMENTS
[NAME ...]
@ -38,6 +33,10 @@ POSITIONAL ARGUMENTS
Argument NAME is deprecated. Use --filter="name=( 'NAME' ... )"
instead.
REQUIRED FLAGS
--zones=ZONE,[ZONE,...]
Only resources from the given zones are queried.
FLAGS
--regexp=REGEXP, -r REGEXP
(DEPRECATED) Regular expression to filter the names of the results on.
@ -46,9 +45,6 @@ FLAGS
Flag --regexp is deprecated. Use --filter="name~'REGEXP'" instead.
--zones=ZONE,[ZONE,...]
If provided, only resources from the given zones are queried.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.