mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
49 lines
1 KiB
Text
49 lines
1 KiB
Text
NAME
|
|
gcloud compute os-config os-policy-assignments - manage OS policy
|
|
assignments
|
|
|
|
SYNOPSIS
|
|
gcloud compute os-config os-policy-assignments GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage OS policy assignments.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
operations
|
|
Manage long-running operations generated from creating or editing OS
|
|
policy assignments.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create an OS policy assignment.
|
|
|
|
delete
|
|
Delete an OS policy assignment.
|
|
|
|
describe
|
|
Describe an OS policy assignment.
|
|
|
|
list
|
|
List OS policy assignments for a specified location.
|
|
|
|
list-revisions
|
|
List the revisions of an OS policy assignment.
|
|
|
|
update
|
|
Update an OS policy assignment.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha compute os-config os-policy-assignments
|
|
|