mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Feb 5 10:43:28 UTC 2025
This commit is contained in:
parent
50090ced80
commit
c854ee0644
87 changed files with 3843 additions and 232 deletions
|
|
@ -1,13 +1,15 @@
|
|||
NAME
|
||||
gcloud alpha compute reservations perform-maintenance - perform maintenance
|
||||
on a reservation
|
||||
on a reservation, only applicable to reservations with reservation
|
||||
blocks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute reservations perform-maintenance RESERVATION
|
||||
[--scope=SCOPE] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Perform maintenance on a reservation.
|
||||
(ALPHA) Perform maintenance on a reservation, only applicable to
|
||||
reservations with reservation blocks.
|
||||
|
||||
EXAMPLES
|
||||
To perform maintenance on reservation exr1 in my-zone with scope all, run:
|
||||
|
|
@ -24,13 +26,13 @@ FLAGS
|
|||
The maintenance scope to set for the reservation. SCOPE must be one of:
|
||||
|
||||
all
|
||||
Maintenance should be performed on all hosts in the reservation.
|
||||
Perform maintenance on all hosts in the reservation.
|
||||
running
|
||||
Maintenance should be performed only on the hosts in the
|
||||
reservation which have running VMs.
|
||||
Perform maintenance only on the hosts in the reservation that have
|
||||
running VMs.
|
||||
unused
|
||||
Maintenance should be performed only on the hosts in the
|
||||
reservation which have no running VMs.
|
||||
Perform maintenance only on the hosts in the reservation that don't
|
||||
have running VMs.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the reservation to perform-maintenance. If not specified and
|
||||
|
|
@ -65,5 +67,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta compute reservations perform-maintenance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue