1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 17 09:22:03 UTC 2022

This commit is contained in:
Automated 2022-08-17 09:22:03 +00:00
parent fa820bfa8d
commit c614d893da
Failed to extract signature
183 changed files with 3129 additions and 270 deletions

View file

@ -8,6 +8,11 @@ DESCRIPTION
gcloud compute firewall-rules delete deletes one or more Compute Engine
firewall rules.
EXAMPLES
To delete a firewall rule, run:
$ gcloud compute firewall-rules delete my-firewall-rule
POSITIONAL ARGUMENTS
NAME [NAME ...]
Names of the firewall rules to delete.

View file

@ -9,6 +9,11 @@ DESCRIPTION
gcloud compute firewall-rules describe displays all data associated with a
Compute Engine firewall rule in a project.
EXAMPLES
To describe a firewall rule, run:
$ gcloud compute firewall-rules describe my-firewall-rule
POSITIONAL ARGUMENTS
NAME
Name of the firewall rule to describe.