mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
NAME
|
|
gcloud beta spanner instance-partitions - manage Spanner instance
|
|
partitions
|
|
|
|
SYNOPSIS
|
|
gcloud beta spanner instance-partitions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Spanner instance partitions.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a Spanner instance partition.
|
|
|
|
delete
|
|
(BETA) Delete a Spanner instance partition. You can't delete the
|
|
default instance partition using this command.
|
|
|
|
describe
|
|
(BETA) Describe a Spanner instance partition.
|
|
|
|
list
|
|
(BETA) List the Spanner instance partitions contained within the given
|
|
instance.
|
|
|
|
update
|
|
(BETA) Update a Spanner instance partition. You can't update the
|
|
default instance partition using this command.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud spanner instance-partitions
|
|
|
|
$ gcloud alpha spanner instance-partitions
|
|
|