mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha compute reservations update RESERVATION
|
||||
[--add-share-with=PROJECT,[PROJECT,...]]
|
||||
[--remove-share-with=PROJECT,[PROJECT,...]]
|
||||
[--reservation-sharing-policy=RESERVATION_SHARING_POLICY]
|
||||
[--share-with=SHARE_WITH,[SHARE_WITH,...]] [--vm-count=VM_COUNT]
|
||||
[--zone=ZONE]
|
||||
[--delete-after-duration=DELETE_AFTER_DURATION
|
||||
|
|
@ -59,6 +60,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.
|
||||
|
||||
--share-with=SHARE_WITH,[SHARE_WITH,...]
|
||||
If this reservation is shared (--share-setting is not local), provide a
|
||||
list of all of the specific projects that this reservation is shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue