mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,10 @@ SYNOPSIS
|
|||
[--require-ssl] [--root-password=ROOT_PASSWORD]
|
||||
[--secondary-zone=SECONDARY_ZONE]
|
||||
[--storage-auto-resize-limit=STORAGE_AUTO_RESIZE_LIMIT]
|
||||
[--user-labels=[KEY=VALUE,...]] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--user-labels=[KEY=VALUE,...]] [--zone=ZONE]
|
||||
[--cmek-key=CMEK_KEY
|
||||
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Database Migration Service destination connection profile for
|
||||
|
|
@ -206,6 +209,42 @@ OPTIONAL FLAGS
|
|||
Google Cloud Platform zone where your Cloud SQL database instance is
|
||||
located.
|
||||
|
||||
Cmek key resource - Name of the CMEK (customer-managed encryption key)
|
||||
used for the connection profile. 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 --cmek-key on the command line with a fully
|
||||
specified name.
|
||||
|
||||
--cmek-key=CMEK_KEY
|
||||
ID of the cmek-key or fully qualified identifier for the cmek-key.
|
||||
|
||||
To set the cmek-key attribute:
|
||||
▸ provide the argument --cmek-key on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--cmek-keyring=CMEK_KEYRING
|
||||
The CMEK keyring id of the cmek-key.
|
||||
|
||||
To set the cmek-keyring attribute:
|
||||
▸ provide the argument --cmek-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --cmek-keyring on the command line.
|
||||
|
||||
--cmek-project=CMEK_PROJECT
|
||||
The Cloud project id for the cmek-key.
|
||||
|
||||
To set the cmek-project attribute:
|
||||
▸ provide the argument --cmek-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --cmek-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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue