mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 17:05:28 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -15,8 +15,8 @@ SYNOPSIS
|
|||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
|
||||
[--sqlserver-databases=databaseName,[...] : --sqlserver-diff-backup
|
||||
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
|
||||
--sqlserver-promote-when-ready] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Database Migration Service migration job. Recommended steps before
|
||||
|
|
@ -321,6 +321,12 @@ OPTIONAL FLAGS
|
|||
|
||||
This flag accepts "-" for stdin. This flag is used only for SQL Server to Cloud SQL migrations.
|
||||
|
||||
--sqlserver-promote-when-ready
|
||||
Promote the database when it is ready. Use
|
||||
--sqlserver-promote-when-ready to enable and
|
||||
--no-sqlserver-promote-when-ready to disable. This flag is used only
|
||||
for homogeneous SQL Server to Cloud SQL for SQL Server migrations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ SYNOPSIS
|
|||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
|
||||
[--sqlserver-databases=databaseName,[...] --sqlserver-diff-backup
|
||||
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
--sqlserver-encrypted-databases=SQLSERVER_ENCRYPTED_DATABASES
|
||||
--sqlserver-promote-when-ready] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a Database Migration Service migration job.
|
||||
|
|
@ -232,6 +232,12 @@ FLAGS
|
|||
|
||||
This flag accepts "-" for stdin. This flag is used only for SQL Server to Cloud SQL migrations.
|
||||
|
||||
--sqlserver-promote-when-ready
|
||||
Promote the database when it is ready. Use
|
||||
--sqlserver-promote-when-ready to enable and
|
||||
--no-sqlserver-promote-when-ready to disable. This flag is used only
|
||||
for homogeneous SQL Server to Cloud SQL for SQL Server migrations.
|
||||
|
||||
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