mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -5,7 +5,9 @@ SYNOPSIS
|
|||
gcloud compute commitments create COMMITMENT --plan=PLAN
|
||||
(--resources=[local-ssd=LOCAL-SSD],[memory=MEMORY],[vcpu=VCPU]
|
||||
--resources-accelerator=[count=COUNT],[type=TYPE]) [--auto-renew]
|
||||
[--region=REGION] [--type=TYPE; default="general-purpose"]
|
||||
[--merge-source-commitments=MERGE_SOURCE_COMMITMENTS] [--region=REGION]
|
||||
[--split-source-commitment=SPLIT_SOURCE_COMMITMENT]
|
||||
[--type=TYPE; default="general-purpose"]
|
||||
[--reservations-from-file=RESERVATIONS_FROM_FILE
|
||||
| [--reservation=RESERVATION : --reservation-zone=RESERVATION_ZONE
|
||||
--accelerator=[count=COUNT],[type=TYPE]
|
||||
|
|
@ -63,6 +65,10 @@ OPTIONAL FLAGS
|
|||
--auto-renew
|
||||
Enable auto renewal for the commitment.
|
||||
|
||||
--merge-source-commitments=MERGE_SOURCE_COMMITMENTS
|
||||
Creates the new commitment by merging the specified source commitments
|
||||
and combining their resources.
|
||||
|
||||
--region=REGION
|
||||
Region of the commitment to create. If not specified, you might be
|
||||
prompted to select a region (interactive mode only).
|
||||
|
|
@ -83,6 +89,10 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--split-source-commitment=SPLIT_SOURCE_COMMITMENT
|
||||
Creates the new commitment by splitting the specified source commitment
|
||||
and redistributing the specified resources.
|
||||
|
||||
--type=TYPE; default="general-purpose"
|
||||
Type of commitment. memory-optimized indicates that the commitment is
|
||||
for memory-optimized VMs. TYPE must be one of: accelerator-optimized,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue