mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
105 lines
2.8 KiB
Text
105 lines
2.8 KiB
Text
NAME
|
|
gcloud alpha compute routers - list, create, and delete Compute Engine
|
|
routers
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute routers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List, create, and delete Cloud Routers.
|
|
|
|
For more information about Cloud Routers, see the Cloud Router
|
|
documentation
|
|
(https://cloud.google.com//network-connectivity/docs/router/concepts/overview).
|
|
|
|
See also: Routers API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/routers).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
nats
|
|
(ALPHA) List, create, describe, and delete Cloud NAT.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-bgp-peer
|
|
(ALPHA) Add a BGP peer to a Compute Engine router.
|
|
|
|
add-interface
|
|
(ALPHA) Add an interface to a Compute Engine router.
|
|
|
|
add-route-policy
|
|
(ALPHA) Add an empty route policy to a Compute Engine router.
|
|
|
|
create
|
|
(ALPHA) Create a Compute Engine router.
|
|
|
|
delete
|
|
(ALPHA) Delete Compute Engine routers.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine router.
|
|
|
|
download-route-policy
|
|
(ALPHA) Download a route policy from a Compute Engine router.
|
|
|
|
get-nat-ip-info
|
|
(ALPHA) Display NAT IP information in a router.
|
|
|
|
get-nat-mapping-info
|
|
(ALPHA) Display NAT Mapping information in a router.
|
|
|
|
get-route-policy
|
|
(ALPHA) Get a route policy from a Compute Engine router.
|
|
|
|
get-status
|
|
(ALPHA) Get status of a Compute Engine router.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine routers.
|
|
|
|
list-bgp-routes
|
|
(ALPHA) List routes advertised and learned on individual BGP sessions,
|
|
both pre- and post-policy evaluation.
|
|
|
|
list-route-policies
|
|
(ALPHA) List route policies from a Compute Engine router.
|
|
|
|
remove-bgp-peer
|
|
(ALPHA) Remove a BGP peer from a Compute Engine router.
|
|
|
|
remove-interface
|
|
(ALPHA) Remove an interface from a Compute Engine router.
|
|
|
|
remove-route-policy
|
|
(ALPHA) Remove a route policy from a Compute Engine router.
|
|
|
|
update
|
|
(ALPHA) Update a Compute Engine router.
|
|
|
|
update-bgp-peer
|
|
(ALPHA) Update a BGP peer on a Compute Engine router.
|
|
|
|
update-interface
|
|
(ALPHA) Update an interface on a Compute Engine router.
|
|
|
|
upload-route-policy
|
|
(ALPHA) Upload a route policy into a Compute Engine router.
|
|
|
|
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. These variants are also available:
|
|
|
|
$ gcloud compute routers
|
|
|
|
$ gcloud beta compute routers
|
|
|