NAME
    gcloud beta compute routers - list, create, and delete Compute Engine
        routers

SYNOPSIS
    gcloud beta compute routers GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) 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
        (BETA) List, create, describe, and delete Cloud NAT.

COMMANDS
    COMMAND is one of the following:

     add-bgp-peer
        (BETA) Add a BGP peer to a Compute Engine router.

     add-interface
        (BETA) Add an interface to a Compute Engine router.

     create
        (BETA) Create a Compute Engine router.

     delete
        (BETA) Delete Compute Engine routers.

     describe
        (BETA) Describe a Compute Engine router.

     get-nat-mapping-info
        (BETA) Display NAT Mapping information in a router.

     get-status
        (BETA) Get status of a Compute Engine router.

     list
        (BETA) List Google Compute Engine routers.

     remove-bgp-peer
        (BETA) Remove a BGP peer from a Compute Engine router.

     remove-interface
        (BETA) Remove an interface from a Compute Engine router.

     update
        (BETA) Update a Compute Engine router.

     update-bgp-peer
        (BETA) Update a BGP peer on a Compute Engine router.

     update-interface
        (BETA) Update an interface on a Compute Engine router.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud compute routers

        $ gcloud alpha compute routers

