mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
46 lines
931 B
Text
46 lines
931 B
Text
NAME
|
|
gcloud app firewall-rules - view and manage your App Engine firewall rules
|
|
|
|
SYNOPSIS
|
|
gcloud app firewall-rules COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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 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
|
|
Creates a firewall rule.
|
|
|
|
delete
|
|
Deletes a specified firewall rule.
|
|
|
|
describe
|
|
Prints the fields of a specified firewall rule.
|
|
|
|
list
|
|
Lists the firewall rules.
|
|
|
|
test-ip
|
|
Display firewall rules that match a given IP.
|
|
|
|
update
|
|
Updates a firewall rule.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta app firewall-rules
|
|
|