mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud spanner instances create INSTANCE --config=CONFIG
|
||||
--description=DESCRIPTION [--async] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
--description=DESCRIPTION [--async] [--edition=EDITION]
|
||||
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -36,6 +36,20 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--edition=EDITION
|
||||
Cloud Spanner edition. EDITION must be one of:
|
||||
|
||||
EDITION_UNSPECIFIED
|
||||
Spanner's legacy pricing model. For more information, see the
|
||||
Spanner editions overview
|
||||
(https://cloud.google.com/spanner/docs/editions-overview)
|
||||
ENTERPRISE
|
||||
Enterprise edition
|
||||
ENTERPRISE_PLUS
|
||||
Enterprise Plus edition
|
||||
STANDARD
|
||||
Standard edition
|
||||
|
||||
--expire-behavior=EXPIRE_BEHAVIOR
|
||||
The expire behavior of a free trial instance. EXPIRE_BEHAVIOR must be
|
||||
one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue