mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
59 lines
1.7 KiB
Text
59 lines
1.7 KiB
Text
NAME
|
|
gcloud alpha alloydb clusters - provide commands for managing AlloyDB
|
|
clusters
|
|
|
|
SYNOPSIS
|
|
gcloud alpha alloydb clusters COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Provide commands for managing AlloyDB clusters including creating,
|
|
configuring, restarting, and deleting clusters.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new AlloyDB cluster within a given project.
|
|
|
|
create-secondary
|
|
(ALPHA) Create a new AlloyDB SECONDARY cluster within a given project.
|
|
|
|
delete
|
|
(ALPHA) Delete an AlloyDB cluster in a given region.
|
|
|
|
describe
|
|
(ALPHA) Describe an AlloyDB cluster in a given project and region.
|
|
|
|
list
|
|
(ALPHA) List AlloyDB clusters in a given project and region.
|
|
|
|
promote
|
|
(ALPHA) Promote an AlloyDB SECONDARY cluster in a given project and
|
|
region.
|
|
|
|
restore
|
|
(ALPHA) Restore an AlloyDB cluster from a given backup or a source
|
|
cluster and a timestamp.
|
|
|
|
switchover
|
|
(ALPHA) Switchover an AlloyDB SECONDARY cluster in a given project and
|
|
region.
|
|
|
|
update
|
|
(ALPHA) Update an AlloyDB cluster within a given project and region.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud alloydb clusters
|
|
|
|
$ gcloud beta alloydb clusters
|
|
|