1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 08:55:34 +00:00
gcloud-help/gcloud/beta/quotas/adjuster/settings/update
2025-06-26 10:50:44 +00:00

57 lines
1.8 KiB
Text

NAME
gcloud beta quotas adjuster settings update - update the
QuotaAdjusterSettings of a resource container
SYNOPSIS
gcloud beta quotas adjuster settings update --enablement=ENABLEMENT
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
| --project=PROJECT_ID_OR_NUMBER) [--validate-only]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command updates the enablement state of a resource container.
EXAMPLES
To update QuotaAdjusterSettings for projects/12321, run:
$ gcloud beta quotas adjuster settings update --enablement=enabled \
--project=12321
To update QuotaAdjusterSettings for folders/123, run:
$ gcloud beta quotas adjuster settings update \
--enablement=inherited --folder=123
REQUIRED FLAGS
--enablement=ENABLEMENT
Enablement state of the QuotaAdjusterSettings. ENABLEMENT must be one
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.
--project=PROJECT_ID_OR_NUMBER
Project of the container id.
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.