mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha compute os-config guest-policies - manage guest OS policies
|
|
for Compute Engine VM instances
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute os-config guest-policies COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage guest OS policies for Compute Engine VM instances.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a guest policy for a project, a folder, or an
|
|
organization.
|
|
|
|
delete
|
|
(ALPHA) Delete the specified guest policy.
|
|
|
|
describe
|
|
(ALPHA) Describe the specified guest policy.
|
|
|
|
list
|
|
(ALPHA) List guest policies in a project, a folder, or an organization.
|
|
|
|
lookup
|
|
(ALPHA) Display the guest policies that are applied to an instance.
|
|
|
|
update
|
|
(ALPHA) Update the specified guest policy for a project, a folder, or
|
|
an organization.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud beta compute os-config guest-policies
|
|
|