mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud network-connectivity spokes list - list spokes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud network-connectivity spokes list --region=REGION
|
||||
gcloud network-connectivity spokes list [--region=REGION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -10,25 +10,20 @@ DESCRIPTION
|
|||
Retrieve and display a list of all spokes in the specified project.
|
||||
|
||||
EXAMPLES
|
||||
To list all spokes in region us-central1, run:
|
||||
To list all spokes in the us-central1 region, run:
|
||||
|
||||
$ gcloud network-connectivity spokes list --region=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
Region resource - The project of the spokes to display. 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 --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
To list all spokes in all regions, run:
|
||||
|
||||
This must be specified.
|
||||
$ gcloud network-connectivity spokes list
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region. To set
|
||||
the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
FLAGS
|
||||
--region=REGION
|
||||
A Google Cloud region. To see the names of regions, see Viewing a list
|
||||
of available regions
|
||||
(https://cloud.google.com/compute/docs/regions-zones/viewing-regions-zones#viewing_a_list_of_available_regions).
|
||||
Use ``-`` to specify all regions.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue