mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
48 lines
1.4 KiB
Text
48 lines
1.4 KiB
Text
NAME
|
|
gcloud alpha batch resource-allowances - manage Batch resource allowance
|
|
resources
|
|
|
|
SYNOPSIS
|
|
gcloud alpha batch resource-allowances COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud batch resource allowances command group lets you create,
|
|
describe, list and delete Batch resource allowances.
|
|
|
|
With Batch, you can utilize the fully managed service to schedule, queue,
|
|
and execute batch resource allowances on Google's infrastructure.
|
|
|
|
For more information about Batch, see the Batch overview
|
|
(https://cloud.google.com/batch) and the Batch documentation
|
|
(https://cloud.google.com/batch/docs/).
|
|
|
|
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 Batch resource allowance.
|
|
|
|
delete
|
|
(ALPHA) Delete a Batch resource allowance.
|
|
|
|
describe
|
|
(ALPHA) Show details of a resource allowance.
|
|
|
|
list
|
|
(ALPHA) List resource allowances for a specified Batch
|
|
project/location.
|
|
|
|
update
|
|
(ALPHA) Update a Batch resource allowance.
|
|
|
|
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.
|
|
|