2022-05-18 08:41:01 +00:00
|
|
|
NAME
|
|
|
|
|
gcloud beta alloydb instances - provide commands for managing AlloyDB
|
|
|
|
|
instances
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
gcloud beta alloydb instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
(BETA) Provide commands for managing AlloyDB clusters including creating,
|
|
|
|
|
configuring, restarting, and deleting instances.
|
|
|
|
|
|
|
|
|
|
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) Creates a new AlloyDB instance within a given cluster.
|
|
|
|
|
|
2023-01-19 00:56:33 +00:00
|
|
|
create-secondary
|
|
|
|
|
(BETA) Creates a new AlloyDB SECONDARY instance within a given cluster.
|
|
|
|
|
|
2022-05-18 08:41:01 +00:00
|
|
|
delete
|
|
|
|
|
(BETA) Deletes an AlloyDB instance within a given cluster.
|
|
|
|
|
|
|
|
|
|
describe
|
|
|
|
|
(BETA) Describes an AlloyDB instance within a given cluster.
|
|
|
|
|
|
|
|
|
|
failover
|
|
|
|
|
(BETA) Failover an AlloyDB instance within a given cluster.
|
|
|
|
|
|
2023-06-22 10:31:35 +00:00
|
|
|
inject-fault
|
|
|
|
|
(BETA) Inject fault on an AlloyDB instance within a given cluster.
|
|
|
|
|
|
2022-05-18 08:41:01 +00:00
|
|
|
list
|
|
|
|
|
(BETA) Lists AlloyDB instances in a given cluster.
|
|
|
|
|
|
|
|
|
|
restart
|
|
|
|
|
(BETA) Restarts an AlloyDB instance within a given cluster.
|
|
|
|
|
|
|
|
|
|
update
|
|
|
|
|
(BETA) Updates an AlloyDB instance within a given cluster.
|
|
|
|
|
|
|
|
|
|
NOTES
|
2023-01-19 00:56:33 +00:00
|
|
|
This command is currently in beta and might change without notice. These
|
|
|
|
|
variants are also available:
|
|
|
|
|
|
|
|
|
|
$ gcloud alloydb instances
|
2022-05-18 08:41:01 +00:00
|
|
|
|
|
|
|
|
$ gcloud alpha alloydb instances
|
|
|
|
|
|