1
0
Fork 0
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:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud 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 ...]
@ -21,6 +22,13 @@ EXAMPLES
$ gcloud 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 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
@ -53,6 +61,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.