mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Oct 8 11:07:39 UTC 2025
This commit is contained in:
parent
a0434a4d7a
commit
6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--bgp-identifier-range=BGP_IDENTIFIER_RANGE]
|
||||
[--description=DESCRIPTION] [--encrypted-interconnect-router]
|
||||
[--keepalive-interval=KEEPALIVE_INTERVAL] [--region=REGION]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--set-advertisement-groups=[GROUP,...]]
|
||||
[--set-advertisement-ranges=[CIDR_RANGE=DESC,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -93,6 +94,13 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Comma-separated list of Resource Manager tags to attach to the router.
|
||||
Key-value pairs must be provided in the form
|
||||
tagKeys/{TagKey_Numeric_ID}=tagValues/{TagValue_Numeric_ID}. See
|
||||
Listing tag keys
|
||||
(https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing#listing_keys).
|
||||
|
||||
--set-advertisement-groups=[GROUP,...]
|
||||
The list of pre-defined groups of IP ranges to dynamically advertise on
|
||||
this router. This list can only be specified in custom advertisement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue