mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
65 lines
1.6 KiB
Text
65 lines
1.6 KiB
Text
NAME
|
|
gcloud compute security-policies - read and manipulate Cloud Armor security
|
|
policies
|
|
|
|
SYNOPSIS
|
|
gcloud compute security-policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate Cloud Armor security policies.
|
|
|
|
Security policies are used to control access to Google Cloud HTTP/HTTPS
|
|
load balancers.
|
|
|
|
For more information about security policies, see Security policies for
|
|
HTTPS load balancing
|
|
(https://cloud.google.com/armor/docs/security-policy-concepts#security_policies_for_https_load_balancing).
|
|
|
|
See also: Security policies API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/securityPolicies).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
rules
|
|
Read and manipulate Compute Engine security policies rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Compute Engine security policy.
|
|
|
|
delete
|
|
Delete security policies.
|
|
|
|
describe
|
|
Describe a Compute Engine security policy.
|
|
|
|
export
|
|
Export security policy configs into YAML or JSON files.
|
|
|
|
import
|
|
Import security policy configs into your project.
|
|
|
|
list
|
|
List Google Compute Engine security policies.
|
|
|
|
list-preconfigured-expression-sets
|
|
List all available preconfigured expression sets.
|
|
|
|
update
|
|
Update a Compute Engine security policy.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute security-policies
|
|
|
|
$ gcloud beta compute security-policies
|
|
|