mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
NAME
|
|
gcloud resource-settings - create and manage Resource Settings
|
|
|
|
SYNOPSIS
|
|
gcloud resource-settings COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Show the value of a resource setting.
|
|
|
|
list
|
|
List all available resource settings.
|
|
|
|
list-values
|
|
List the values for any configured resource settings.
|
|
|
|
set-value
|
|
Update the value of a resource setting.
|
|
|
|
unset-value
|
|
Remove the value of a resource setting.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha resource-settings
|
|
|