1
0
Fork 0
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:
Automated 2025-02-05 10:43:28 +00:00
parent 50090ced80
commit c854ee0644
87 changed files with 3843 additions and 232 deletions

View file

@ -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

View file

@ -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

View file

@ -46,7 +46,8 @@ COMMANDS
(ALPHA) List Compute Engine reservations.
perform-maintenance
(ALPHA) Perform maintenance on a reservation.
(ALPHA) Perform maintenance on a reservation, only applicable to
reservations with reservation blocks.
remove-iam-policy-binding
(ALPHA) Remove IAM policy binding from a Compute Engine reservation.

View file

@ -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