mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
46
gcloud/alpha/quotas/info/help
Normal file
46
gcloud/alpha/quotas/info/help
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
NAME
|
||||
gcloud alpha quotas info - manage Cloud Quotas QuotaInfo
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha quotas info COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) QuotaInfo is a read-only resource that provides metadata and quota
|
||||
value information about a particular quota for a given project, folder or
|
||||
organization. The QuotaInfo resource contains:
|
||||
|
||||
▪ Metadata such as name and dimension.
|
||||
▪ Quota values for different quota dimensions.
|
||||
|
||||
Cloud Quotas obtains information from the quotas defined by Google Cloud
|
||||
services and any fulfilled quota adjustments that you initiate.
|
||||
|
||||
Note: Because QuotaInfo is constructed by incorporating information from
|
||||
different sources, a default quota configuration exists even if you have
|
||||
not created a QuotaPreference resource. Until you express a preferred state
|
||||
through quotaPreference.create or quotaPreference.update, QuotaInfo relies
|
||||
on the default quota information available to determine what quota value to
|
||||
enforce.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Retrieve the QuotaInfo of a quota for a project, folder or
|
||||
organization.
|
||||
|
||||
list
|
||||
(ALPHA) List QuotaInfos of all quotas for a given project, folder or
|
||||
organization.
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue