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:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--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]
|
||||
[--share-setting=SHARE_SETTING
|
||||
--share-with=SHARE_WITH,[SHARE_WITH,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -114,6 +115,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