NAME
    gcloud alpha compute network-policies - manage Compute Engine network
        policies

SYNOPSIS
    gcloud alpha compute network-policies GROUP | COMMAND
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Manage Compute Engine network policies. Network policies are used
    to classify network traffic.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     associations
        (ALPHA) Read and manipulate Compute Engine network policy associations.

     traffic-classification-rules
        (ALPHA) Read and manipulate Compute Engine network policy rules.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Create a Compute Engine network policy.

     delete
        (ALPHA) Delete a Compute Engine network policy.

     describe
        (ALPHA) Describe a Compute Engine network policy.

     list
        (ALPHA) List Compute Engine network policies.

     update
        (ALPHA) Update a Compute Engine network policy.

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. This variant is also available:

        $ gcloud beta compute network-policies

