mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-12 07:58:28 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -6,11 +6,12 @@ SYNOPSIS
|
|||
gcloud database-migration conversion-workspaces create
|
||||
(CONVERSION_WORKSPACE : --region=REGION)
|
||||
--destination-database-engine=DESTINATION_DATABASE_ENGINE
|
||||
--destination-database-version=DESTINATION_DATABASE_VERSION
|
||||
--source-database-engine=SOURCE_DATABASE_ENGINE
|
||||
--source-database-version=SOURCE_DATABASE_VERSION [--no-async]
|
||||
[--display-name=DISPLAY_NAME] [--global-settings=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
--source-database-engine=SOURCE_DATABASE_ENGINE [--no-async]
|
||||
[--destination-database-version=DESTINATION_DATABASE_VERSION;
|
||||
default="unspecified"] [--display-name=DISPLAY_NAME]
|
||||
[--global-settings=[KEY=VALUE,...]]
|
||||
[--source-database-version=SOURCE_DATABASE_VERSION;
|
||||
default="unspecified"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Database Migration Service conversion workspace.
|
||||
|
|
@ -59,27 +60,22 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--destination-database-engine=DESTINATION_DATABASE_ENGINE
|
||||
Database engine type. DESTINATION_DATABASE_ENGINE must be (only one
|
||||
value is supported): POSTGRESQL.
|
||||
|
||||
--destination-database-version=DESTINATION_DATABASE_VERSION
|
||||
Version number for the database engine. The version number must contain
|
||||
numbers and letters only. Example for Oracle 21c, version number will
|
||||
be 21c.
|
||||
Destination database engine type. DESTINATION_DATABASE_ENGINE must be
|
||||
(only one value is supported): POSTGRESQL.
|
||||
|
||||
--source-database-engine=SOURCE_DATABASE_ENGINE
|
||||
Database engine type. SOURCE_DATABASE_ENGINE must be (only one value is
|
||||
supported): ORACLE.
|
||||
|
||||
--source-database-version=SOURCE_DATABASE_VERSION
|
||||
Version number for the database engine. The version number must contain
|
||||
numbers and letters only. Example for Oracle 21c, version number will
|
||||
be 21c.
|
||||
Source database engine type. SOURCE_DATABASE_ENGINE must be (only one
|
||||
value is supported): ORACLE.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--no-async
|
||||
Waits for the operation in progress to complete before returning.
|
||||
|
||||
--destination-database-version=DESTINATION_DATABASE_VERSION; default="unspecified"
|
||||
Version number for the database engine. The version number must contain
|
||||
numbers and letters only. Example for PostgreSQL 17.0, version number
|
||||
will be 17.0.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
A user-friendly name for the conversion workspace. The display name can
|
||||
include letters, numbers, spaces, and hyphens, and must start with a
|
||||
|
|
@ -91,6 +87,11 @@ OPTIONAL FLAGS
|
|||
engine or turn on or off specific features. An object containing a list
|
||||
of "key": "value" pairs.
|
||||
|
||||
--source-database-version=SOURCE_DATABASE_VERSION; default="unspecified"
|
||||
Version number for the database engine. The version number must contain
|
||||
numbers and letters only. Example for Oracle 21c, version number will
|
||||
be 21c.
|
||||
|
||||
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