NAME
    gcloud beta compute firewall-policies - manage Compute Engine organization
        firewall policies

SYNOPSIS
    gcloud beta compute firewall-policies GROUP | COMMAND
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Manage Compute Engine organization firewall policies. Organization
    firewall policies are used to control incoming/outgoing 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
        (BETA) Read and manipulate Compute Engine organization firewall policy
        associations.

     mirroring-rules
        (BETA) Read and manipulate Compute Engine organization firewall policy
        packet mirroring rules.

     rules
        (BETA) Read and manipulate Compute Engine organization firewall policy
        rules.

COMMANDS
    COMMAND is one of the following:

     clone-rules
        (BETA) Replace the rules of a Compute Engine organization firewall
        policy with rules from another policy.

     create
        (BETA) Create a Compute Engine organization firewall policy.

     delete
        (BETA) Delete a Compute Engine organization firewall policy.

     describe
        (BETA) Describe a Compute Engine organization firewall policy.

     export-rules
        (BETA) Export Compute Engine organization firewall policy rules.

     import-rules
        (BETA) Import Compute Engine organization firewall policy rules.

     list
        (BETA) List Compute Engine organization firewall policies.

     list-rules
        (BETA) List the rules of a Compute Engine organization firewall policy.

     move
        (BETA) Move a Compute Engine organization firewall policy.

     update
        (BETA) Update a Compute Engine organization firewall policy.

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

        $ gcloud compute firewall-policies

        $ gcloud alpha compute firewall-policies

