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-named-set
        (ALPHA) Add an empty named set to a Compute Engine router.

     add-named-set-element
        (ALPHA) Adds an element to an existing named set of a Compute Engine
        router.

     add-route-policy
        (ALPHA) Add an empty route policy to a Compute Engine router.

     add-route-policy-term
        (ALPHA) Adds a new term to an existing route policy of a Comute Engine
        router.

     create
        (ALPHA) Create a Compute Engine router.

     delete
        (ALPHA) Delete Compute Engine routers.

     describe
        (ALPHA) Describe a Compute Engine router.

     download-named-set
        (ALPHA) Download a named set from a Compute Engine router.

     download-route-policy
        (ALPHA) Download a route policy from a Compute Engine router.

     get-named-set
        (ALPHA) Get a named set 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-named-sets
        (ALPHA) List named sets from a Compute Engine router.

     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-named-set
        (ALPHA) Remove a named set from a Compute Engine router.

     remove-named-set-element
        (ALPHA) Remove an element from a named set of a Compute Engine router.

     remove-route-policy
        (ALPHA) Remove a route policy from a Compute Engine router.

     remove-route-policy-term
        (ALPHA) Remove a route policy term of 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.

     update-route-policy-term
        (ALPHA) Updates a term of an existing route policy of a Comute Engine
        router.

     upload-named-set
        (ALPHA) Upload a named set into 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

