mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -1,22 +1,36 @@
|
|||
NAME
|
||||
gcloud beta quotas adjuster settings describe - gets details of the
|
||||
QuotaAdjusterSettings for a project
|
||||
QuotaAdjusterSettings for a resource container
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta quotas adjuster settings describe
|
||||
--project=PROJECT_ID_OR_NUMBER [GCLOUD_WIDE_FLAG ...]
|
||||
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID
|
||||
| --project=PROJECT_ID_OR_NUMBER) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This command gets the QuotaAdjusterSettings for a project.
|
||||
(BETA) This command gets the QuotaAdjusterSettings for a resource
|
||||
container.
|
||||
|
||||
EXAMPLES
|
||||
To get the QuotaAdjusterSettings for container 'projects/12321', run:
|
||||
To get the QuotaAdjusterSettings for 'projects/12321', run:
|
||||
|
||||
$ gcloud beta quotas adjuster settings describe --project=12321
|
||||
|
||||
To get the QuotaAdjusterSettings for 'folders/123', run:
|
||||
|
||||
$ gcloud beta quotas adjuster settings describe --folder=123
|
||||
|
||||
REQUIRED FLAGS
|
||||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project of the container id.
|
||||
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.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -18,10 +18,11 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(BETA) Gets details of the QuotaAdjusterSettings for a project.
|
||||
(BETA) Gets details of the QuotaAdjusterSettings for a resource
|
||||
container.
|
||||
|
||||
update
|
||||
(BETA) Update the QuotaAdjusterSettings of a project.
|
||||
(BETA) Update the QuotaAdjusterSettings of a resource container.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
NAME
|
||||
gcloud beta quotas adjuster settings update - update the
|
||||
QuotaAdjusterSettings of a project
|
||||
QuotaAdjusterSettings of a resource container
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta quotas adjuster settings update --enablement=ENABLEMENT
|
||||
--project=PROJECT_ID_OR_NUMBER [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
(--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 project.
|
||||
(BETA) This command updates the enablement state of a resource container.
|
||||
|
||||
EXAMPLES
|
||||
To update QuotaAdjusterSettings for projects/12321, run:
|
||||
|
|
@ -15,13 +17,26 @@ EXAMPLES
|
|||
$ 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.
|
||||
of: enabled, disabled, inherited.
|
||||
|
||||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project of the container id.
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue