mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Apr 23 10:54:24 UTC 2025
This commit is contained in:
parent
b589c4c4ad
commit
4d8dd33b3e
138 changed files with 4506 additions and 597 deletions
|
|
@ -12,10 +12,11 @@ DESCRIPTION
|
|||
reservations with reservation blocks.
|
||||
|
||||
EXAMPLES
|
||||
To perform maintenance on reservation exr1 in my-zone with scope all, run:
|
||||
To perform maintenance on reservation my-reservation in my-zone with scope
|
||||
all, run:
|
||||
|
||||
$ gcloud alpha compute reservations perform-maintenance exr1 \
|
||||
--zone=my-zone --scope=all
|
||||
$ gcloud alpha compute reservations perform-maintenance \
|
||||
my-reservation --zone=my-zone --scope=all
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RESERVATION
|
||||
|
|
@ -67,7 +68,9 @@ 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:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute reservations perform-maintenance
|
||||
|
||||
$ gcloud beta compute reservations perform-maintenance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue