mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
49 lines
1.6 KiB
Text
49 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha resource-settings - create and manage Resource Settings
|
|
|
|
SYNOPSIS
|
|
gcloud alpha resource-settings COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud Resource Settings command group lets you create and
|
|
manipulate resource settings.
|
|
|
|
The Resource Settings Service is a hierarchy-aware service with a
|
|
public-facing API for users to store settings that modify the behavior of
|
|
their Google Cloud Platform resources, such as virtual machines, firewalls,
|
|
projects, and so forth. Settings can be attached to organizations, folders,
|
|
and projects, and can influence these resources as well as service
|
|
resources that are descendants of the resource to which the settings are
|
|
attached.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
(ALPHA) Show the value of a resource setting.
|
|
|
|
list
|
|
(ALPHA) List all available resource settings.
|
|
|
|
list-values
|
|
(ALPHA) List the values for any configured resource settings.
|
|
|
|
set-value
|
|
(ALPHA) Update the value of a resource setting.
|
|
|
|
unset-value
|
|
(ALPHA) Remove the value of a resource setting.
|
|
|
|
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 resource-settings
|
|
|