gcloud alpha compute security-policies rules describe - describe a Compute Engine security policy rule
gcloud alpha compute security-policies rules describe PRIORITY [--security-policy=SECURITY_POLICY] [GCLOUD_WIDE_FLAG ...]
(ALPHA) gcloud alpha compute security-policies rules describe displays all data associated with a security policy rule.
To describe the rule at priority 1000, run:
$ gcloud alpha compute security-policies rules describe 1000 \ --security-policy=my-policy
- 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.
- --security-policy=SECURITY_POLICY
The security policy that this rule belongs to.
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.
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
$ gcloud compute security-policies rules describe
$ gcloud beta compute security-policies rules describe