File: //snap/google-cloud-cli/394/help/man/man1/gcloud_app_firewall-rules_test-ip.1
.TH "GCLOUD_APP_FIREWALL\-RULES_TEST\-IP" 1
.SH "NAME"
.HP
gcloud app firewall\-rules test\-ip \- display firewall rules that match a given IP
.SH "SYNOPSIS"
.HP
\f5gcloud app firewall\-rules test\-ip\fR \fIIP\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Display firewall rules that match a given IP.
.SH "EXAMPLES"
To test an IP address against the firewall rule set, run:
.RS 2m
$ gcloud app firewall\-rules test\-ip 127.1.2.3
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIIP\fR
An IPv4 or IPv6 address to test against the firewall.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud beta app firewall\-rules test\-ip
.RE