mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
48 lines
1 KiB
Text
48 lines
1 KiB
Text
NAME
|
|
gcloud beta app firewall-rules - view and manage your App Engine firewall
|
|
rules
|
|
|
|
SYNOPSIS
|
|
gcloud beta app firewall-rules COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands can be used to view and manage your app's
|
|
firewall rules.
|
|
|
|
EXAMPLES
|
|
To list your App Engine firewall rules, run:
|
|
|
|
$ gcloud beta app firewall-rules list
|
|
|
|
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) Creates a firewall rule.
|
|
|
|
delete
|
|
(BETA) Deletes a specified firewall rule.
|
|
|
|
describe
|
|
(BETA) Prints the fields of a specified firewall rule.
|
|
|
|
list
|
|
(BETA) Lists the firewall rules.
|
|
|
|
test-ip
|
|
(BETA) Display firewall rules that match a given IP.
|
|
|
|
update
|
|
(BETA) Updates a firewall rule.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud app firewall-rules
|
|
|