NAME
    gcloud alpha compute target-tcp-proxies - list, create, and delete target
        TCP proxies

SYNOPSIS
    gcloud alpha compute target-tcp-proxies GROUP | COMMAND
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) List, create, and delete target TCP proxies for proxy Network Load
    Balancers.

    For more information about target TCP proxies, see the proxy Network Load
    Balancer documentation (https://cloud.google.com/load-balancing/docs/tcp/).

    See also: Target TCP proxies API
    (https://cloud.google.com/compute/docs/reference/rest/v1/targetTcpProxies).

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     config
        (ALPHA) Manage Compute Engine target tcp proxy configurations.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Create a target TCP proxy.

     delete
        (ALPHA) Delete target TCP proxies.

     describe
        (ALPHA) Display detailed information about a target TCP proxy.

     list
        (ALPHA) List Google Compute Engine target TCP proxies.

     update
        (ALPHA) Update a target TCP proxy.

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 target-tcp-proxies

        $ gcloud beta compute target-tcp-proxies

