mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud beta network-connectivity hubs groups list - list groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta network-connectivity hubs groups list --hub=HUB
|
||||
gcloud beta network-connectivity hubs groups list [--hub=HUB]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta network-connectivity hubs groups list --hub=my-hub
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Hub resource - Parent hub of the groups to display. This represents a
|
||||
Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
|
@ -26,16 +26,17 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --hub on the command line with a fully specified
|
||||
name;
|
||||
◆ if hub is empty, will use the wildcard '-' to indicate all hubs with
|
||||
a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--hub=HUB
|
||||
ID of the hub or fully qualified identifier for the hub.
|
||||
|
||||
To set the hub attribute:
|
||||
▸ provide the argument --hub on the command line.
|
||||
▸ provide the argument --hub on the command line;
|
||||
▸ if hub is empty, will use the wildcard '-' to indicate all hubs.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud beta network-connectivity hubs route-tables list - list route tables
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta network-connectivity hubs route-tables list --hub=HUB
|
||||
gcloud beta network-connectivity hubs route-tables list [--hub=HUB]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ EXAMPLES
|
|||
$ gcloud beta network-connectivity hubs route-tables list \
|
||||
--hub=my-hub
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Hub resource - Parent hub of the route tables to display. This represents
|
||||
a Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
group but can be set in other ways.
|
||||
|
|
@ -28,16 +28,17 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --hub on the command line with a fully specified
|
||||
name;
|
||||
◆ if hub is empty, will use the wildcard '-' to indicate all hubs with
|
||||
a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--hub=HUB
|
||||
ID of the hub or fully qualified identifier for the hub.
|
||||
|
||||
To set the hub attribute:
|
||||
▸ provide the argument --hub on the command line.
|
||||
▸ provide the argument --hub on the command line;
|
||||
▸ if hub is empty, will use the wildcard '-' to indicate all hubs.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta network-connectivity hubs route-tables routes list
|
||||
(--route_table=ROUTE_TABLE : --hub=HUB)
|
||||
[--effective-location=EFFECTIVE_LOCATION] [--filter=EXPRESSION]
|
||||
[--effective-location=EFFECTIVE_LOCATION]
|
||||
[--hub=HUB --route_table=ROUTE_TABLE] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -31,7 +31,12 @@ EXAMPLES
|
|||
--hub=my-hub --route_table=my-route-table \
|
||||
--effective-location=location
|
||||
|
||||
REQUIRED FLAGS
|
||||
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'.
|
||||
|
||||
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
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
@ -40,34 +45,30 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --route_table on the command line with a fully
|
||||
specified name;
|
||||
◆ if route table is empty, will use wildcard '-' to list all route
|
||||
tables with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--route_table=ROUTE_TABLE
|
||||
ID of the route table or fully qualified identifier for the route
|
||||
table.
|
||||
|
||||
To set the route_table attribute:
|
||||
▸ provide the argument --route_table on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--hub=HUB
|
||||
Id of the hub.
|
||||
|
||||
To set the hub attribute:
|
||||
▸ provide the argument --route_table on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --hub on the command line.
|
||||
▸ if route table is empty, will use wildcard '-' to list all route
|
||||
tables with a fully specified name;
|
||||
▸ provide the argument --hub on the command line;
|
||||
▸ if hub is empty, will use the wildcard '-' to indicate all hubs.
|
||||
|
||||
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'.
|
||||
--route_table=ROUTE_TABLE
|
||||
ID of the route table or fully qualified identifier for the route
|
||||
table.
|
||||
|
||||
To set the route_table attribute:
|
||||
▸ provide the argument --route_table on the command line;
|
||||
▸ if route table is empty, will use wildcard '-' to list all route
|
||||
tables .
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue