mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Aug 2 11:22:33 UTC 2023
This commit is contained in:
parent
4558a00e48
commit
678b9afba9
240 changed files with 7837 additions and 521 deletions
|
|
@ -7,8 +7,9 @@ SYNOPSIS
|
|||
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
|
||||
--source=SOURCE --type=TYPE [--no-async] [--commit-id=COMMIT_ID]
|
||||
[--conversion-workspace=CONVERSION_WORKSPACE]
|
||||
[--display-name=DISPLAY_NAME] [--dump-path=DUMP_PATH] [--filter=FILTER]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--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
|
||||
|
|
@ -177,6 +178,11 @@ OPTIONAL FLAGS
|
|||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
letter.
|
||||
|
||||
--dump-parallel-level=DUMP_PARALLEL_LEVEL
|
||||
Parallelization level during initial dump of the migration job. If not
|
||||
specified, will be defaulted to OPTIMAL. DUMP_PARALLEL_LEVEL must be
|
||||
one of: MIN, OPTIMAL, MAX.
|
||||
|
||||
--dump-path=DUMP_PATH
|
||||
Path to the dump file in Google Cloud Storage, in the format:
|
||||
gs://[BUCKET_NAME]/[OBJECT_NAME].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue