1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/alpha/alloydb/clusters/help

72 lines
2 KiB
Text
Raw Normal View History

2022-05-18 08:41:01 +00:00
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
2023-01-19 00:56:33 +00:00
(ALPHA) Create a new AlloyDB cluster within a given project.
create-secondary
(ALPHA) Create a new AlloyDB SECONDARY cluster within a given project.
2022-05-18 08:41:01 +00:00
delete
2023-01-19 00:56:33 +00:00
(ALPHA) Delete an AlloyDB cluster in a given region.
2022-05-18 08:41:01 +00:00
describe
2023-01-19 00:56:33 +00:00
(ALPHA) Describe an AlloyDB cluster in a given project and region.
2022-05-18 08:41:01 +00:00
2024-11-20 10:03:22 +00:00
export
(ALPHA) Export data from an AlloyDB cluster to Google Cloud Storage.
2025-02-12 10:41:39 +00:00
import
(ALPHA) Import data to an AlloyDB cluster from Google Cloud Storage.
2022-05-18 08:41:01 +00:00
list
2023-01-19 00:56:33 +00:00
(ALPHA) List AlloyDB clusters in a given project and region.
2025-02-12 10:41:39 +00:00
migrate-cloud-sql
2025-06-14 05:31:37 +00:00
(ALPHA) Migrate Cloud SQL instance to an AlloyDB cluster.
2025-02-12 10:41:39 +00:00
2023-01-19 00:56:33 +00:00
promote
(ALPHA) Promote an AlloyDB SECONDARY cluster in a given project and
region.
2022-05-18 08:41:01 +00:00
restore
2023-06-08 11:29:23 +00:00
(ALPHA) Restore an AlloyDB cluster from a given backup or a source
cluster and a timestamp.
2022-05-18 08:41:01 +00:00
2024-06-19 09:33:28 +00:00
switchover
(ALPHA) Switchover an AlloyDB SECONDARY cluster in a given project and
region.
2022-05-18 08:41:01 +00:00
update
2023-01-19 00:56:33 +00:00
(ALPHA) Update an AlloyDB cluster within a given project and region.
2022-05-18 08:41:01 +00:00
2024-10-09 09:55:07 +00:00
upgrade
(ALPHA) Upgrade an AlloyDB cluster within a given project and region.
2022-05-18 08:41:01 +00:00
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
2023-01-19 00:56:33 +00:00
access allowlist. These variants are also available:
$ gcloud alloydb clusters
2022-05-18 08:41:01 +00:00
$ gcloud beta alloydb clusters