mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
49 lines
1.2 KiB
Text
49 lines
1.2 KiB
Text
NAME
|
|
gcloud beta compute network-policies - manage Compute Engine network
|
|
policies
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute network-policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Compute Engine network policies. Network policies are used to
|
|
classify network traffic.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
associations
|
|
(BETA) Read and manipulate Compute Engine network policy associations.
|
|
|
|
traffic-classification-rules
|
|
(BETA) Read and manipulate Compute Engine network policy rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a Compute Engine network policy.
|
|
|
|
delete
|
|
(BETA) Delete a Compute Engine network policy.
|
|
|
|
describe
|
|
(BETA) Describe a Compute Engine network policy.
|
|
|
|
list
|
|
(BETA) List Compute Engine network policies.
|
|
|
|
update
|
|
(BETA) Update a Compute Engine network policy.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha compute network-policies
|
|
|