mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -4,7 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb backups create BACKUP --cluster=CLUSTER --region=REGION
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a new AlloyDB backup within a given project.
|
||||
|
|
@ -32,6 +35,39 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
Key resource - The Cloud KMS (Key Management Service) cryptokey that will
|
||||
be used to protect the backup. The 'AlloyDB Service Agent' service account
|
||||
must hold permission 'Cloud KMS CryptoKey Encrypter/Decrypter'. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
ID of the key or fully qualified identifier for the key. To set the
|
||||
kms-key attribute:
|
||||
▸ provide the argument --kms-key on the command line.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--kms-keyring=KMS_KEYRING
|
||||
The KMS keyring of the key. To set the kms-keyring attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --kms-keyring on the command line.
|
||||
|
||||
--kms-location=KMS_LOCATION
|
||||
The Cloud location for the key. To set the kms-location attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --kms-location on the command line.
|
||||
|
||||
--kms-project=KMS_PROJECT
|
||||
The Cloud project for the key. To set the kms-project attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --kms-project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud beta alloydb backups describe - creates a new AlloyDB backup within
|
||||
a given project and location
|
||||
gcloud beta alloydb backups describe - describes an AlloyDB backup in a
|
||||
given project and region
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb backups describe BACKUP --region=REGION
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Creates a new AlloyDB backup within a given project and location.
|
||||
(BETA) Describes an AlloyDB backup in a given project and region.
|
||||
|
||||
EXAMPLES
|
||||
To describe a backup, run:
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@ COMMANDS
|
|||
(BETA) Deletes an AlloyDB backup within a given project.
|
||||
|
||||
describe
|
||||
(BETA) Creates a new AlloyDB backup within a given project and
|
||||
location.
|
||||
(BETA) Describes an AlloyDB backup in a given project and region.
|
||||
|
||||
list
|
||||
(BETA) Lists AlloyDB backups in a given project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue