mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
NAME
|
|
gcloud compute network-edge-security-services - read and manipulate network
|
|
edge security services
|
|
|
|
SYNOPSIS
|
|
gcloud compute network-edge-security-services COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate network edge security services.
|
|
|
|
Network edge security services are used to protect network load balancing
|
|
resources and instances with external IPs.
|
|
|
|
For example, to add advanced protection for a given region, create a
|
|
network edge security service in that region and attach a security policy
|
|
with ADVANCED DDoS protection enabled.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Compute Engine network edge security service.
|
|
|
|
delete
|
|
Delete network edge security services.
|
|
|
|
describe
|
|
Describe a Compute Engine network edge security service.
|
|
|
|
list
|
|
List Google Compute Engine network edge security services.
|
|
|
|
update
|
|
Update a network edge security service.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute network-edge-security-services
|
|
|
|
$ gcloud beta compute network-edge-security-services
|
|
|