mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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
|
|
@ -22,7 +22,8 @@ COMMANDS
|
|||
(ALPHA) List Compute Engine reservation blocks.
|
||||
|
||||
perform-maintenance
|
||||
(ALPHA) Perform maintenance on a reservation block.
|
||||
(ALPHA) Perform maintenance on a reservation block within a
|
||||
reservation.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha compute reservations blocks perform-maintenance - perform
|
||||
maintenance on a reservation block
|
||||
maintenance on a reservation block within a reservation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute reservations blocks perform-maintenance RESERVATION
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Perform maintenance on a reservation block.
|
||||
(ALPHA) Perform maintenance on a reservation block within a reservation.
|
||||
|
||||
EXAMPLES
|
||||
To perform maintenance on a reservation block in reservation exr1 in
|
||||
|
|
@ -31,14 +31,13 @@ OPTIONAL FLAGS
|
|||
one of:
|
||||
|
||||
all
|
||||
Maintenance should be performed on all hosts in the reservation
|
||||
block.
|
||||
Perform maintenance on all hosts in the reservation block.
|
||||
running
|
||||
Maintenance should be performed only on the hosts in the
|
||||
reservation block which have running VMs.
|
||||
Perform maintenance only on the hosts in the reservation block that
|
||||
have running VMs.
|
||||
unused
|
||||
Maintenance should be performed only on the hosts in the
|
||||
reservation block which have no running VMs.
|
||||
Perform maintenance only on the hosts in the reservation block that
|
||||
don't have running VMs.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the reservation to perform-maintenance. If not specified and
|
||||
|
|
@ -73,5 +72,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 blocks perform-maintenance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue