1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/beta/compute/security-policies/help

83 lines
2.3 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta compute security-policies - read and manipulate Cloud Armor
security policies
SYNOPSIS
gcloud beta compute security-policies GROUP | COMMAND
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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
(BETA) Read and manipulate Compute Engine security policies rules.
COMMANDS
COMMAND is one of the following:
2023-08-09 11:23:49 +00:00
add-layer7-ddos-defense-threshold-config
(BETA) Add a layer7 ddos defense threshold config to a Compute Engine
security policy.
2023-06-15 10:31:27 +00:00
add-user-defined-field
(BETA) Add a user defined field to a Compute Engine security policy.
2022-03-01 04:29:52 +00:00
create
(BETA) Create a Compute Engine security policy.
delete
(BETA) Delete security policies.
describe
(BETA) Describe a Compute Engine security policy.
export
2022-08-17 09:22:03 +00:00
(BETA) Export security policy configs into YAML or JSON files.
2022-03-01 04:29:52 +00:00
import
(BETA) Import security policy configs into your project.
list
2022-07-13 09:59:38 +00:00
(BETA) List security policies.
2022-03-01 04:29:52 +00:00
list-preconfigured-expression-sets
(BETA) List all available preconfigured expression sets.
2023-08-09 11:23:49 +00:00
remove-layer7-ddos-defense-threshold-config
(BETA) Remove a layer7 ddos defense threshold config from a Compute
Engine security policy.
2023-06-15 10:31:27 +00:00
remove-user-defined-field
(BETA) Remove a user defined field from a Compute Engine security
policy.
2022-03-01 04:29:52 +00:00
update
(BETA) Update a Compute Engine security policy.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute security-policies
$ gcloud alpha compute security-policies