1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -3,7 +3,7 @@ NAME
Migration Service connection profiles
SYNOPSIS
gcloud database-migration connection-profiles list --region=REGION
gcloud database-migration connection-profiles list [--region=REGION]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]

View file

@ -4,9 +4,10 @@ NAME
SYNOPSIS
gcloud database-migration migration-jobs update
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
--source=SOURCE [--no-async] [--display-name=DISPLAY_NAME]
[--dump-path=DUMP_PATH] [--type=TYPE] [--update-labels=[KEY=VALUE,...]]
(MIGRATION_JOB : --region=REGION) [--no-async]
[--destination=DESTINATION] [--display-name=DISPLAY_NAME]
[--dump-path=DUMP_PATH] [--source=SOURCE] [--type=TYPE]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--peer-vpc=PEER_VPC | --static-ip
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
@ -57,6 +58,9 @@ POSITIONAL ARGUMENTS
▸ provide the argument --region on the command line.
FLAGS
--no-async
Waits for the operation in progress to complete before returning.
Connection profile resource - ID of the destination connection profile,
representing the destination database. This represents a Cloud resource.
(NOTE) Some attributes are not given arguments in this group but can be
@ -74,6 +78,15 @@ FLAGS
connection_profile. To set the connection_profile attribute:
▸ provide the argument --destination on the command line.
--display-name=DISPLAY_NAME
A user-friendly name for the migration job. The display name can
include letters, numbers, spaces, and hyphens, and must start with a
letter.
--dump-path=DUMP_PATH
Path to the dump file in Google Cloud Storage, in the format:
gs://[BUCKET_NAME]/[OBJECT_NAME].
Connection profile resource - ID of the source connection profile,
representing the source database. This represents a Cloud resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
@ -91,18 +104,6 @@ FLAGS
connection_profile. To set the connection_profile attribute:
▸ provide the argument --source on the command line.
--no-async
Waits for the operation in progress to complete before returning.
--display-name=DISPLAY_NAME
A user-friendly name for the migration job. The display name can
include letters, numbers, spaces, and hyphens, and must start with a
letter.
--dump-path=DUMP_PATH
Path to the dump file in Google Cloud Storage, in the format:
gs://[BUCKET_NAME]/[OBJECT_NAME].
--type=TYPE
Type of the migration job. TYPE must be one of: ONE_TIME, CONTINUOUS.