NAME
    gcloud beta compute networks peerings - list, create, and delete, and
        update VPC Network Peering

SYNOPSIS
    gcloud beta compute networks peerings COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Read and manipulate VPC Network Peering connections.

    For more information about VPC Network Peering, see the VPC Network Peering
    documentation (https://cloud.google.com/vpc/docs/vpc-peering).

    See also: Network API
    (https://cloud.google.com/compute/docs/reference/rest/v1/networks).

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     cancel-request-delete
        (BETA) Cancel deletion request of a Compute Engine network peering.

     create
        (BETA) Create a Compute Engine network peering.

     delete
        (BETA) Delete a Compute Engine network peering.

     list
        (BETA) List Google Compute Engine peerings.

     list-routes
        (BETA) List received or advertised routes for a VPC network peering.

     request-delete
        (BETA) Request deletion of a Compute Engine network peering.

     update
        (BETA) Update a Compute Engine network peering.

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

        $ gcloud compute networks peerings

        $ gcloud alpha compute networks peerings

