1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 17:05:28 +00:00

gcloud: Thu Jul 25 09:27:13 UTC 2024

This commit is contained in:
Automated 2024-07-25 09:27:13 +00:00
parent 503936d882
commit 3a4c5997b9
153 changed files with 2744 additions and 496 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud alpha compute commitments create COMMITMENT --plan=PLAN
(--resources=[local-ssd=LOCAL-SSD],[memory=MEMORY],[vcpu=VCPU]
--resources-accelerator=[count=COUNT],[type=TYPE]) [--auto-renew]
[--custom-end-time=CUSTOM_END_TIME]
[--merge-source-commitments=MERGE_SOURCE_COMMITMENTS] [--region=REGION]
[--split-source-commitment=SPLIT_SOURCE_COMMITMENT]
[--type=TYPE; default="general-purpose"]
@ -69,6 +70,10 @@ OPTIONAL FLAGS
--auto-renew
Enable auto renewal for the commitment.
--custom-end-time=CUSTOM_END_TIME
Specifies a custom future end date and extends the commitment's ongoing
term.
--merge-source-commitments=MERGE_SOURCE_COMMITMENTS
Creates the new commitment by merging the specified source commitments
and combining their resources.