1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/beta/quotas/adjuster/settings/update

58 lines
1.8 KiB
Text
Raw Normal View History

2025-01-15 09:50:59 +00:00
NAME
gcloud beta quotas adjuster settings update - update the
2025-06-26 10:50:44 +00:00
QuotaAdjusterSettings of a resource container
2025-01-15 09:50:59 +00:00
SYNOPSIS
gcloud beta quotas adjuster settings update --enablement=ENABLEMENT
2025-06-26 10:50:44 +00:00
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
| --project=PROJECT_ID_OR_NUMBER) [--validate-only]
[GCLOUD_WIDE_FLAG ...]
2025-01-15 09:50:59 +00:00
DESCRIPTION
2025-06-26 10:50:44 +00:00
(BETA) This command updates the enablement state of a resource container.
2025-01-15 09:50:59 +00:00
EXAMPLES
To update QuotaAdjusterSettings for projects/12321, run:
$ gcloud beta quotas adjuster settings update --enablement=enabled \
--project=12321
2025-06-26 10:50:44 +00:00
To update QuotaAdjusterSettings for folders/123, run:
$ gcloud beta quotas adjuster settings update \
--enablement=inherited --folder=123
2025-01-15 09:50:59 +00:00
REQUIRED FLAGS
--enablement=ENABLEMENT
Enablement state of the QuotaAdjusterSettings. ENABLEMENT must be one
2025-06-26 10:50:44 +00:00
of: enabled, disabled, inherited.
Exactly one of these must be specified:
--folder=FOLDER_ID
Folder of the container id.
--organization=ORGANIZATION_ID
Organization of the container id.
2025-01-15 09:50:59 +00:00
2025-06-26 10:50:44 +00:00
--project=PROJECT_ID_OR_NUMBER
Project of the container id.
2025-01-15 09:50:59 +00:00
OPTIONAL FLAGS
--validate-only
If specified, only validates the request, but does not actually update.
Note that a request being valid does not mean that the request is
guaranteed to be fulfilled. Default is false.
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 beta and might change without notice.