mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
57
gcloud/alpha/resource-settings/unset-value
Normal file
57
gcloud/alpha/resource-settings/unset-value
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
NAME
|
||||
gcloud alpha resource-settings unset-value - remove the value of a resource
|
||||
setting
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha resource-settings unset-value SETTING_NAME
|
||||
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
|
||||
| --project=PROJECT_ID) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Remove the value of a resource setting. This reverts the resource
|
||||
to inheriting the resource settings from above it in the resource
|
||||
hierarchy, if any is set on a resource above it.
|
||||
|
||||
EXAMPLES
|
||||
To unset the resource settings net-preferredDnsServers with the project
|
||||
foo-project, run:
|
||||
|
||||
$ gcloud alpha resource-settings unset-value \
|
||||
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.
|
||||
|
||||
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 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 unset-value
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue