mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
51 lines
1.3 KiB
Text
51 lines
1.3 KiB
Text
NAME
|
|
gcloud beta compute firewall-rules - list, create, update, and delete
|
|
Compute Engine firewall rules
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute firewall-rules COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Read and manipulate VPC firewall rules.
|
|
|
|
For more information about firewall rules, see the firewall rules
|
|
documentation (https://cloud.google.com/vpc/docs/firewalls).
|
|
|
|
See also: Firewall rules API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/firewalls).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a Compute Engine firewall rule.
|
|
|
|
delete
|
|
(BETA) Delete Compute Engine firewall rules.
|
|
|
|
describe
|
|
(BETA) Describe a Compute Engine firewall rule.
|
|
|
|
list
|
|
(BETA) List Compute Engine firewall rules.
|
|
|
|
migrate
|
|
(BETA) Create a new Network Firewall Policy and move all customer
|
|
defined firewall rules there.
|
|
|
|
update
|
|
(BETA) Update a firewall rule.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud compute firewall-rules
|
|
|
|
$ gcloud alpha compute firewall-rules
|
|
|