mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud spanner instances create INSTANCE --config=CONFIG
|
||||
--description=DESCRIPTION --nodes=NODES [--async]
|
||||
--description=DESCRIPTION
|
||||
(--nodes=NODES | --processing-units=PROCESSING_UNITS) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -29,8 +30,13 @@ REQUIRED FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
--nodes=NODES
|
||||
Number of nodes for the instance.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--nodes=NODES
|
||||
Number of nodes for the instance.
|
||||
|
||||
--processing-units=PROCESSING_UNITS
|
||||
Number of processing units for the instance.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud spanner instances update INSTANCE [--async]
|
||||
[--description=DESCRIPTION] [--nodes=NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION]
|
||||
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Cloud Spanner instance.
|
||||
|
|
@ -30,8 +32,13 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the instance.
|
||||
|
||||
--nodes=NODES
|
||||
Number of nodes for the instance.
|
||||
At most one of these can be specified:
|
||||
|
||||
--nodes=NODES
|
||||
Number of nodes for the instance.
|
||||
|
||||
--processing-units=PROCESSING_UNITS
|
||||
Number of processing units for the instance.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue