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 update INSTANCE [--async]
|
||||
[--description=DESCRIPTION] [--expire-behavior=EXPIRE_BEHAVIOR]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--description=DESCRIPTION] [--edition=EDITION]
|
||||
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -33,6 +33,15 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
--edition=EDITION
|
||||
Cloud Spanner edition. You can upgrade your Standard edition instance
|
||||
to the ENTERPRISE edition or ENTERPRISE_PLUS edition. You can also
|
||||
upgrade your Enterprise edition instance to the ENTERPRISE_PLUS
|
||||
edition. Self-service downgrade isn't available. To downgrade the
|
||||
edition of your instance, file a support ticket. For more information,
|
||||
see the Spanner editions overview
|
||||
(https://cloud.google.com/spanner/docs/editions-overview)
|
||||
|
||||
--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