mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -5,6 +5,7 @@ SYNOPSIS
|
|||
gcloud beta 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"]
|
||||
|
|
@ -70,6 +71,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.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute commitments update COMMITMENT [--auto-renew]
|
||||
[--plan=PLAN] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--custom-end-time=CUSTOM_END_TIME] [--plan=PLAN] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update Compute Engine commitments.
|
||||
|
|
@ -35,6 +36,10 @@ 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.
|
||||
|
||||
--plan=PLAN
|
||||
Duration of the commitment. PLAN must be (only one value is supported):
|
||||
36-month.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue