mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute reservations update RESERVATION
|
||||
[--add-share-with=PROJECT,[PROJECT,...]]
|
||||
[--[no-]enable-emergent-maintenance]
|
||||
[--remove-share-with=PROJECT,[PROJECT,...]]
|
||||
[--reservation-sharing-policy=RESERVATION_SHARING_POLICY]
|
||||
[--share-with=SHARE_WITH,[SHARE_WITH,...]] [--vm-count=VM_COUNT]
|
||||
|
|
@ -55,6 +56,12 @@ FLAGS
|
|||
reservation is shared with. List must contain project IDs or project
|
||||
numbers.
|
||||
|
||||
--[no-]enable-emergent-maintenance
|
||||
The emergent maintenance flag for the reservation, which enrolls all
|
||||
the underlying vms, hosts and SB infrastructure to receive emergent
|
||||
maintenance notifications in advance. Use --enable-emergent-maintenance
|
||||
to enable and --no-enable-emergent-maintenance to disable.
|
||||
|
||||
--remove-share-with=PROJECT,[PROJECT,...]
|
||||
A list of specific projects to remove from the list of projects that
|
||||
this reservation is shared with. List must contain project IDs or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue