NAME
    gcloud compute network-endpoint-groups - read and manipulate Compute Engine
        network endpoint groups

SYNOPSIS
    gcloud compute network-endpoint-groups COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Read and manipulate network endpoint groups.

    For more information about network endpoint groups, see the network
    endpoint groups documentation
    (https://cloud.google.com/load-balancing/docs/negs/).

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

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        Create a Compute Engine network endpoint group.

     delete
        Delete a Compute Engine network endpoint group.

     describe
        Describe a Compute Engine network endpoint group.

     list
        List Google Compute Engine network endpoint groups.

     list-network-endpoints
        List network endpoints in a network endpoint group.

     update
        Update a Compute Engine network endpoint group.

NOTES
    These variants are also available:

        $ gcloud alpha compute network-endpoint-groups

        $ gcloud beta compute network-endpoint-groups

