1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/beta/compute/security-policies/rules/describe

57 lines
1.8 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta compute security-policies rules describe - describe a Compute
Engine security policy rule
SYNOPSIS
gcloud beta compute security-policies rules describe PRIORITY
2023-06-02 10:25:45 +00:00
[--region=REGION] [--security-policy=SECURITY_POLICY]
[GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
(BETA) gcloud beta compute security-policies rules describe displays all
data associated with a security policy rule.
2022-08-17 09:22:03 +00:00
EXAMPLES
To describe the rule at priority 1000, run:
$ gcloud beta compute security-policies rules describe 1000 \
--security-policy=my-policy
2022-03-01 04:29:52 +00:00
POSITIONAL ARGUMENTS
PRIORITY
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.
FLAGS
2023-06-02 10:25:45 +00:00
--region=REGION
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:
$ gcloud compute regions list
Overrides the default compute/region property value for this command
invocation.
2022-03-01 04:29:52 +00:00
--security-policy=SECURITY_POLICY
The security policy that this rule belongs to.
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 $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute security-policies rules describe
$ gcloud alpha compute security-policies rules describe