mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -34,6 +34,12 @@ COMMANDS
|
|||
add-interface
|
||||
Add an interface to a Compute Engine router.
|
||||
|
||||
add-route-policy
|
||||
Add an empty route policy to a Compute Engine router.
|
||||
|
||||
add-route-policy-term
|
||||
Adds a new term to an existing route policy of a Comute Engine router.
|
||||
|
||||
create
|
||||
Create a Compute Engine router.
|
||||
|
||||
|
|
@ -43,24 +49,43 @@ COMMANDS
|
|||
describe
|
||||
Describe a Compute Engine router.
|
||||
|
||||
download-route-policy
|
||||
Download a route policy from a Compute Engine router.
|
||||
|
||||
get-nat-ip-info
|
||||
Display NAT IP information in a router.
|
||||
|
||||
get-nat-mapping-info
|
||||
Display NAT Mapping information in a router.
|
||||
|
||||
get-route-policy
|
||||
Get a route policy from a Compute Engine router.
|
||||
|
||||
get-status
|
||||
Get status of a Compute Engine router.
|
||||
|
||||
list
|
||||
List Google Compute Engine routers.
|
||||
|
||||
list-bgp-routes
|
||||
List routes advertised and learned on individual BGP sessions, both
|
||||
pre- and post-policy evaluation.
|
||||
|
||||
list-route-policies
|
||||
List route policies from a Compute Engine router.
|
||||
|
||||
remove-bgp-peer
|
||||
Remove a BGP peer from a Compute Engine router.
|
||||
|
||||
remove-interface
|
||||
Remove an interface from a Compute Engine router.
|
||||
|
||||
remove-route-policy
|
||||
Remove a route policy from a Compute Engine router.
|
||||
|
||||
remove-route-policy-term
|
||||
Remove a route policy term of a Compute Engine router.
|
||||
|
||||
update
|
||||
Update a Compute Engine router.
|
||||
|
||||
|
|
@ -70,6 +95,12 @@ COMMANDS
|
|||
update-interface
|
||||
Update an interface on a Compute Engine router.
|
||||
|
||||
update-route-policy-term
|
||||
Updates a term of an existing route policy of a Comute Engine router.
|
||||
|
||||
upload-route-policy
|
||||
Upload a route policy into a Compute Engine router.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue