mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
NAME
|
|
gcloud alpha quotas preferences - manage Cloud Quotas QuotaPreferences
|
|
|
|
SYNOPSIS
|
|
gcloud alpha quotas preferences COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) A QuotaPreference resource represents your preference for a
|
|
particular dimension combination. Use this resource to make quota increase
|
|
adjustments to quotas in your projects and to make quota decrease
|
|
adjustments to quotas in your projects, folders or organizations. Quota
|
|
increase adjustments are subject to approval and fulfillment. Quota
|
|
decreases are fulfilled immediately. Use the Cloud Quotas console UI or API
|
|
to set a quota preference.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new QuotaPreference that declares the desired value
|
|
for a quota.
|
|
|
|
describe
|
|
(ALPHA) Get details about a single QuotaPreference.
|
|
|
|
list
|
|
(ALPHA) List QuotaPreferences in a given project, folder or
|
|
organization.
|
|
|
|
update
|
|
(ALPHA) Update the parameters of a single QuotaPreference.
|
|
|
|
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.
|
|
|