1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed May 24 10:23:00 UTC 2023

This commit is contained in:
Automated 2023-05-24 10:23:00 +00:00
parent a56fab68e5
commit d0919dce4f
151 changed files with 3286 additions and 306 deletions

View file

@ -9,6 +9,8 @@ SYNOPSIS
[--cluster-labels=[KEY=VALUE,...]] [--database-flags=[FLAG=VALUE,...]]
[--display-name=DISPLAY_NAME] [--labels=[KEY=VALUE,...]]
[--network=NETWORK] [--primary-labels=[KEY=VALUE,...]]
[--kms-key=KMS_KEY
: --kms-keyring=KMS_KEYRING --kms-project=KMS_PROJECT]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -105,6 +107,43 @@ OPTIONAL FLAGS
The resource labels for an AlloyDB primary instance. An object
containing a list of "key": "value" pairs.
Kms key resource - Name of the CMEK (customer-managed encryption key) used
for this AlloyDB cluster. For example,
projects/myProject/locations/us-central1/keyRings/myKeyRing/cryptoKeys/myKey.
The arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
To set the region attribute:
◆ provide the argument --kms-key on the command line with a fully
specified name;
◆ provide the argument --region on the command line.
--kms-key=KMS_KEY
ID of the kms-key or fully qualified identifier for the kms-key.
To set the kms-key attribute:
▸ provide the argument --kms-key on the command line.
This flag argument must be specified if any of the other arguments in
this group are specified.
--kms-keyring=KMS_KEYRING
The CMEK keyring id of the kms-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-project=KMS_PROJECT
The Cloud project id for the kms-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.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,