mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
56 lines
1.9 KiB
Text
56 lines
1.9 KiB
Text
NAME
|
|
gcloud alpha resource-settings - create and manage Resource Settings
|
|
|
|
SYNOPSIS
|
|
gcloud alpha resource-settings COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) (DEPRECATED) Create and manage Resource Settings.
|
|
|
|
Resource Settings is deprecated. As of November 7, 2023, no organizations
|
|
will be onboarded for any of the enabled settings, and the service will be
|
|
shut down on October 1, 2024.
|
|
|
|
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) (DEPRECATED) Show the value of a resource setting.
|
|
|
|
list
|
|
(ALPHA) (DEPRECATED) List all available resource settings.
|
|
|
|
list-values
|
|
(ALPHA) (DEPRECATED) List the values for any configured resource
|
|
settings.
|
|
|
|
set-value
|
|
(ALPHA) (DEPRECATED) Update the value of a resource setting.
|
|
|
|
unset-value
|
|
(ALPHA) (DEPRECATED) 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
|
|
|