mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -13,7 +13,8 @@ SYNOPSIS
|
|||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
: --require-specific-reservation --resource-policies=[KEY=VALUE,...])
|
||||
[--description=DESCRIPTION] [--zone=ZONE]
|
||||
[--description=DESCRIPTION]
|
||||
[--reservation-sharing-policy=RESERVATION_SHARING_POLICY] [--zone=ZONE]
|
||||
[--delete-after-duration=DELETE_AFTER_DURATION
|
||||
| --delete-at-time=DELETE_AT_TIME]
|
||||
[--share-setting=SHARE_SETTING
|
||||
|
|
@ -146,6 +147,16 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional description of the reservation to create.
|
||||
|
||||
--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.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the reservation to create. If not specified and the
|
||||
compute/zone property isn't set, you might be prompted to select a zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue