mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Feb 7 10:26:58 UTC 2024
This commit is contained in:
parent
40bc27506b
commit
3efce28165
109 changed files with 4100 additions and 399 deletions
|
|
@ -0,0 +1,43 @@
|
|||
NAME
|
||||
gcloud alpha compute instance-groups managed resize-requests - list,
|
||||
create, delete, cancel, and describe ResizeRequests
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instance-groups managed resize-requests COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List, create, delete, cancel, and describe ResizeRequests.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
cancel
|
||||
(ALPHA) Cancel a Compute Engine managed instance group resize request.
|
||||
|
||||
create
|
||||
(ALPHA) Create a Compute Engine managed instance group resize request.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a Compute Engine managed instance group resize request.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a Compute Engine managed instance group resize request
|
||||
resource.
|
||||
|
||||
list
|
||||
(ALPHA) List Compute Engine managed instance group resize requests.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud beta compute instance-groups managed resize-requests
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue