mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Oct 16 09:53:34 UTC 2024
This commit is contained in:
parent
4ffb04ab9e
commit
694f6671d0
151 changed files with 4031 additions and 414 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta network-connectivity hubs route-tables routes list
|
||||
(--route_table=ROUTE_TABLE : --hub=HUB) [--filter=EXPRESSION]
|
||||
(--route_table=ROUTE_TABLE : --hub=HUB)
|
||||
[--effective-location=EFFECTIVE_LOCATION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -23,6 +24,13 @@ EXAMPLES
|
|||
$ gcloud beta network-connectivity hubs route-tables routes list \
|
||||
--hub=my-hub --route_table=my-route-table
|
||||
|
||||
To list all routes in route table my-route-table, effective at a
|
||||
location/region run:
|
||||
|
||||
$ gcloud beta network-connectivity hubs route-tables routes list \
|
||||
--hub=my-hub --route_table=my-route-table \
|
||||
--effective-location=location
|
||||
|
||||
REQUIRED FLAGS
|
||||
Route table resource - Parent route table of the routes to display. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
@ -55,6 +63,12 @@ REQUIRED FLAGS
|
|||
fully specified name;
|
||||
▸ provide the argument --hub on the command line.
|
||||
|
||||
FLAGS
|
||||
--effective-location=EFFECTIVE_LOCATION
|
||||
The effective location/region to limit the list of routes. The
|
||||
effective location must be a valid region name. To list valid region
|
||||
names, use 'gcloud compute regions list'.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue