mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
62 lines
1.7 KiB
Text
62 lines
1.7 KiB
Text
NAME
|
|
gcloud beta compute org-security-policies - manage Compute Engine
|
|
organization security policies
|
|
|
|
SYNOPSIS
|
|
gcloud beta compute org-security-policies GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Compute Engine organization security policies. Organization
|
|
security policies are used to control incoming/outgoing 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 organization security policy
|
|
associations.
|
|
|
|
rules
|
|
(BETA) Read and manipulate Compute Engine organization security policy
|
|
rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
copy-rules
|
|
(BETA) Replace the rules of a Compute Engine organization security
|
|
policy with rules from another policy.
|
|
|
|
create
|
|
(BETA) Create a Compute Engine organization security policy.
|
|
|
|
delete
|
|
(BETA) Delete a Compute Engine organization security policy.
|
|
|
|
describe
|
|
(BETA) Describe a Compute Engine organization security policy.
|
|
|
|
list
|
|
(BETA) List Compute Engine organization security policies.
|
|
|
|
list-rules
|
|
(BETA) List the rules of a Compute Engine organization security policy.
|
|
|
|
move
|
|
(BETA) Move a Compute Engine organization security policy.
|
|
|
|
update
|
|
(BETA) Update a Compute Engine organization security policy.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha compute org-security-policies
|
|
|