1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 16:08:31 +00:00

gcloud: Wed May 17 10:38:17 UTC 2023

This commit is contained in:
Automated 2023-05-17 10:38:17 +00:00
parent 14441c7ea7
commit a56fab68e5
151 changed files with 1878 additions and 2972 deletions

View file

@ -9,6 +9,8 @@ SYNOPSIS
[--conversion-workspace=CONVERSION_WORKSPACE]
[--display-name=DISPLAY_NAME] [--dump-path=DUMP_PATH] [--filter=FILTER]
[--labels=[KEY=VALUE,...]]
[--cmek-key=CMEK_KEY
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
[--peer-vpc=PEER_VPC | --static-ip
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
[GCLOUD_WIDE_FLAG ...]
@ -193,6 +195,41 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
Cmek key resource - Name of the CMEK (customer-managed encryption key)
used for the migration job 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;
◆ provide the argument --region on the command line.
--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.
The connectivity method used by the migration job. If a connectivity
method isn't specified, then it isn't added to the migration job.