mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
NAME
|
|
gcloud resource-settings describe - show the value of a resource setting
|
|
|
|
SYNOPSIS
|
|
gcloud resource-settings describe SETTING_NAME
|
|
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
|
|
| --project=PROJECT_ID) [--effective] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Show the value of a resource setting.
|
|
|
|
EXAMPLES
|
|
To describe the resource settings net-preferredDnsServers with the project
|
|
foo-project, run:
|
|
|
|
$ gcloud resource-settings describe net-preferredDnsServers \
|
|
--project=foo-project
|
|
|
|
POSITIONAL ARGUMENTS
|
|
SETTING_NAME
|
|
Name of the resource settings. The list of available settings can be
|
|
fetched using the list command: $ gcloud resource-settings list
|
|
|
|
REQUIRED FLAGS
|
|
Resource that is associated with the resource settings.
|
|
|
|
Exactly one of these must be specified:
|
|
|
|
--folder=FOLDER_ID
|
|
Folder ID.
|
|
|
|
--organization=ORGANIZATION_ID
|
|
Organization ID.
|
|
|
|
--project=PROJECT_ID
|
|
Project ID. Overrides the default core/project property value for
|
|
this command invocation.
|
|
|
|
OPTIONAL FLAGS
|
|
--effective
|
|
Describe the effective setting.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha resource-settings describe
|
|
|