mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -11,7 +11,8 @@ SYNOPSIS
|
|||
[--type=TYPE; default="general-purpose"]
|
||||
[--existing-reservation=[name=NAME],[zone=ZONE]
|
||||
| --reservations-from-file=PATH_TO_FILE | [--reservation=RESERVATION
|
||||
: --reservation-zone=RESERVATION_ZONE
|
||||
: --reservation-sharing-policy=RESERVATION_SHARING_POLICY
|
||||
--reservation-zone=RESERVATION_ZONE
|
||||
--accelerator=[count=COUNT],[type=TYPE]
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--machine-type=MACHINE_TYPE
|
||||
|
|
@ -144,6 +145,19 @@ OPTIONAL FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
Manage the properties of a reservation sharing policy 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.
|
||||
|
||||
--reservation-zone=RESERVATION_ZONE
|
||||
Zone of the reservation to operate on. If not specified and the
|
||||
compute/zone property isn't set, you might be prompted to select a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue