mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +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
|
|
@ -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