1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 12 10:54:38 UTC 2025

This commit is contained in:
Automated 2025-03-12 10:54:38 +00:00
parent 6dc93282df
commit a459a88a5f
152 changed files with 2634 additions and 1748 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud compute reservations update RESERVATION
[--add-share-with=PROJECT,[PROJECT,...]]
[--remove-share-with=PROJECT,[PROJECT,...]] [--vm-count=VM_COUNT]
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
[--remove-share-with=PROJECT,[PROJECT,...]]
[--reservation-sharing-policy=RESERVATION_SHARING_POLICY]
[--vm-count=VM_COUNT] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update Compute Engine reservations.
@ -48,6 +49,16 @@ FLAGS
this reservation is shared with. List must contain project IDs or
project numbers.
--reservation-sharing-policy=RESERVATION_SHARING_POLICY
The reservation sharing policy to use for this reservation.
RESERVATION_SHARING_POLICY must be one of:
ALLOW_ALL
The reservation can be shared with Google Cloud services.
DISALLOW_ALL
The reservation won't be shared with Google Cloud services. If you
omit this flag during creation, the default value is DISALLOW_ALL.
--vm-count=VM_COUNT
The number of VM instances that are allocated to this reservation. The
value of this field must be an int in the range [1, 1000].