mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 07:58:28 +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
|
|
@ -103,13 +103,13 @@ OPTIONAL FLAGS
|
|||
Type of commitment. memory-optimized indicates that the commitment is
|
||||
for memory-optimized VMs. TYPE must be one of: accelerator-optimized,
|
||||
accelerator-optimized-a3, accelerator-optimized-a3-mega,
|
||||
accelerator-optimized-a3-ultra, compute-optimized,
|
||||
compute-optimized-c2d, compute-optimized-c3, compute-optimized-c3d,
|
||||
compute-optimized-h3, general-purpose, general-purpose-c4,
|
||||
general-purpose-c4a, general-purpose-e2, general-purpose-n2,
|
||||
general-purpose-n2d, general-purpose-n4, general-purpose-t2d,
|
||||
graphics-optimized, memory-optimized, memory-optimized-m3,
|
||||
memory-optimized-m4, memory-optimized-x4-16tb,
|
||||
accelerator-optimized-a3-ultra, accelerator-optimized-a4,
|
||||
compute-optimized, compute-optimized-c2d, compute-optimized-c3,
|
||||
compute-optimized-c3d, compute-optimized-h3, general-purpose,
|
||||
general-purpose-c4, general-purpose-c4a, general-purpose-e2,
|
||||
general-purpose-n2, general-purpose-n2d, general-purpose-n4,
|
||||
general-purpose-t2d, graphics-optimized, memory-optimized,
|
||||
memory-optimized-m3, memory-optimized-m4, memory-optimized-x4-16tb,
|
||||
memory-optimized-x4-24tb, memory-optimized-x4-32tb,
|
||||
storage-optimized-z3.
|
||||
|
||||
|
|
@ -221,15 +221,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue