mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -257,15 +257,23 @@ OPTIONAL FLAGS
|
|||
Manage the properties of a shared reservation to create
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
Specify if this 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.
|
||||
The projects that can use the reservation. SHARE_SETTING must be
|
||||
one of:
|
||||
|
||||
local
|
||||
Only your project can use the reservation. This is the
|
||||
default value.
|
||||
projects
|
||||
Your project and up to 100 other projects within your
|
||||
project's organization can use the reservation. If you
|
||||
specify this value, then you must also include the
|
||||
--share-with flag in the command.
|
||||
|
||||
--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 with. List must contain project IDs or
|
||||
project numbers.
|
||||
If this reservation is shared (--share-setting=projects), then
|
||||
specify a comma-separated list of projects to share the
|
||||
reservation with. List projects using project IDs or project
|
||||
numbers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -155,15 +155,22 @@ FLAGS
|
|||
The size of the local SSD in base-2 GB.
|
||||
|
||||
--dest-share-setting=DEST_SHARE_SETTING
|
||||
Specify if this reservation is shared, and if so, the type of
|
||||
sharing. If you omit this flag, this value is local (not shared) by
|
||||
default. DEST_SHARE_SETTING must be one of: local, projects.
|
||||
The projects that can use the reservation. DEST_SHARE_SETTING must
|
||||
be one of:
|
||||
|
||||
local
|
||||
Only your project can use the reservation. This is the default
|
||||
value.
|
||||
projects
|
||||
Your project and up to 100 other projects within your project's
|
||||
organization can use the reservation. If you specify this
|
||||
value, then you must also include the --share-with flag in the
|
||||
command.
|
||||
|
||||
--dest-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 with. List must contain project IDs or
|
||||
project numbers.
|
||||
If this reservation is shared (--share-setting=projects), then
|
||||
specify a comma-separated list of projects to share the reservation
|
||||
with. List projects using project IDs or project numbers.
|
||||
|
||||
--source-accelerator=[count=COUNT],[type=TYPE]
|
||||
Manage the configuration of the type and number of accelerator
|
||||
|
|
@ -190,15 +197,22 @@ FLAGS
|
|||
The size of the local SSD in base-2 GB.
|
||||
|
||||
--source-share-setting=SOURCE_SHARE_SETTING
|
||||
Specify if this reservation is shared, and if so, the type of
|
||||
sharing. If you omit this flag, this value is local (not shared) by
|
||||
default. SOURCE_SHARE_SETTING must be one of: local, projects.
|
||||
The projects that can use the reservation. SOURCE_SHARE_SETTING
|
||||
must be one of:
|
||||
|
||||
local
|
||||
Only your project can use the reservation. This is the default
|
||||
value.
|
||||
projects
|
||||
Your project and up to 100 other projects within your project's
|
||||
organization can use the reservation. If you specify this
|
||||
value, then you must also include the --share-with flag in the
|
||||
command.
|
||||
|
||||
--source-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 with. List must contain project IDs or
|
||||
project numbers.
|
||||
If this reservation is shared (--share-setting=projects), then
|
||||
specify a comma-separated list of projects to share the reservation
|
||||
with. List projects using project IDs or project numbers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue