1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-22 15:52:30 +00:00

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -11,6 +11,14 @@ DESCRIPTION
(ALPHA) gcloud alpha compute routers add-route-policy adds an empty route
policy to a Compute Engine router.
EXAMPLES
To add an import route policy my-policy to a router my-router in region
us-central1, run:
$ gcloud alpha compute routers add-route-policy my-router \
--region=us-central1 --policy-name=my-policy \
--policy-type=IMPORT
POSITIONAL ARGUMENTS
NAME
Name of the router to update.
@ -60,7 +68,9 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
access allowlist. These variants are also available:
$ gcloud compute routers add-route-policy
$ gcloud beta compute routers add-route-policy