mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed Mar 9 08:39:30 UTC 2022
This commit is contained in:
parent
5829e94e90
commit
7d82d0fc32
210 changed files with 7192 additions and 887 deletions
|
|
@ -5,7 +5,8 @@ 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]
|
||||
[--region=REGION] [--type=TYPE; default="general-purpose"]
|
||||
[--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]
|
||||
|
|
@ -84,6 +85,9 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--split-source-commitment=SPLIT_SOURCE_COMMITMENT
|
||||
Split the resources of previous commitment into a new commitment.
|
||||
|
||||
--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