mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -200,14 +200,15 @@ OPTIONAL FLAGS
|
|||
Manage the properties of a shared reservation.
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
Specify if this reservation is shared, and if so, the type of
|
||||
Specify if this future reservation is shared, and if so, the type of
|
||||
sharing. If you omit this flag, this value is local (not shared) by
|
||||
default. SHARE_SETTING must be one of: local, projects.
|
||||
|
||||
--share-with=PROJECT,[PROJECT,...]
|
||||
If this reservation is shared (--share-setting is not local), provide
|
||||
a list of all of the specific projects that this reservation is
|
||||
shared with. List must contain project IDs or project numbers.
|
||||
If this future reservation is shared (--share-setting is not local),
|
||||
provide a list of all of the specific projects that this future
|
||||
reservation is shared with. List must contain project IDs or project
|
||||
numbers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ SYNOPSIS
|
|||
--machine-type=MACHINE_TYPE
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM]
|
||||
[--clear-share-settings
|
||||
| --share-setting=SHARE_SETTING --share-with=PROJECT,[PROJECT,...]]
|
||||
[--start-time=START_TIME --duration=DURATION | --end-time=END_TIME]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -125,6 +127,27 @@ FLAGS
|
|||
--min-cpu-platform=MIN_CPU_PLATFORM
|
||||
Optional minimum CPU platform of the reservation to create.
|
||||
|
||||
Manage the properties of a shared future reservation.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-share-settings
|
||||
Clear share settings on future reservation. This will result in
|
||||
non-shared future reservation.
|
||||
|
||||
Manage the share settings of a future reservation.
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
Specify if this future reservation is shared, and if so, the type
|
||||
of sharing. If you omit this flag, this value is local (not shared)
|
||||
by default. SHARE_SETTING must be one of: local, projects.
|
||||
|
||||
--share-with=PROJECT,[PROJECT,...]
|
||||
If this future reservation is shared (--share-setting is not
|
||||
local), provide a list of all of the specific projects that this
|
||||
future reservation is shared with. List must contain project IDs or
|
||||
project numbers.
|
||||
|
||||
Manage the time specific properties for requesting future capacity
|
||||
|
||||
--start-time=START_TIME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue