File: //snap/google-cloud-cli/current/help/man/man1/gcloud_compute_security-policies_rules_describe.1
.TH "GCLOUD_COMPUTE_SECURITY\-POLICIES_RULES_DESCRIBE" 1
.SH "NAME"
.HP
gcloud compute security\-policies rules describe \- describe a Compute Engine security policy rule
.SH "SYNOPSIS"
.HP
\f5gcloud compute security\-policies rules describe\fR \fIPRIORITY\fR [\fB\-\-region\fR=\fIREGION\fR] [\fB\-\-security\-policy\fR=\fISECURITY_POLICY\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute security\-policies rules describe\fR displays all data
associated with a security policy rule.
.SH "EXAMPLES"
To describe the rule at priority 1000, run:
.RS 2m
$ gcloud compute security\-policies rules describe 1000 \e
\-\-security\-policy=my\-policy
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIPRIORITY\fR
The priority of the rule to describe. Rules are evaluated in order from highest
priority to lowest priority where 0 is the highest priority and 2147483647 is
the lowest priority.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-region\fR=\fIREGION\fR
Region of the security policy to describe. If not specified, you might be
prompted to select a region (interactive mode only).
A list of regions can be fetched by running:
.RS 2m
$ gcloud compute regions list
.RE
Overrides the default \fBcompute/region\fR property value for this command
invocation.
.TP 2m
\fB\-\-security\-policy\fR=\fISECURITY_POLICY\fR
The security policy that this rule belongs to.
.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"
These variants are also available:
.RS 2m
$ gcloud alpha compute security\-policies rules describe
.RE
.RS 2m
$ gcloud beta compute security\-policies rules describe
.RE