1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -7,7 +7,7 @@ SYNOPSIS
(MIGRATION_JOB : --region=REGION) --destination=DESTINATION
--source=SOURCE --type=TYPE [--display-name=DISPLAY_NAME]
[--dump-path=DUMP_PATH] [--labels=[KEY=VALUE,...]]
[--peer-vpc=PEER_VPC
[--peer-vpc=PEER_VPC | --static-ip
| [--vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC : --vm=VM]]
[GCLOUD_WIDE_FLAG ...]
@ -106,15 +106,20 @@ OPTIONAL FLAGS
contain only hyphens (-), underscores (_), lowercase characters, and
numbers.
The connectivity method used by the migration job. If not specified, uses
the default IP allowlist method which will create a public IP when used
with a Cloud SQL destination DB.
The connectivity method used by the migration job. If a connectivity
method isn't specified, then it isn't added to the migration job.
At most one of these can be specified:
--peer-vpc=PEER_VPC
Name of the VPC network to peer with the Cloud SQL private network.
--static-ip
Use the default IP allowlist method. This method creates a public IP
that will be used with the destination Cloud SQL database. The method
works by configuring the source database server to accept connections
from the outgoing IP of the Cloud SQL instance.
Parameters for the reverse-SSH tunnel connectivity method.
--vm-ip=VM_IP

View file

@ -8,7 +8,7 @@ SYNOPSIS
--source=SOURCE [--display-name=DISPLAY_NAME] [--dump-path=DUMP_PATH]
[--type=TYPE] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
[--peer-vpc=PEER_VPC
[--peer-vpc=PEER_VPC | --static-ip
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
[GCLOUD_WIDE_FLAG ...]
@ -124,15 +124,20 @@ FLAGS
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
The connectivity method used by the migration job. If not specified, uses
the default IP allowlist method which will create a public IP when used
with a Cloud SQL destination DB.
The connectivity method used by the migration job. If a connectivity
method isn't specified, then it isn't updated for the migration job.
At most one of these can be specified:
--peer-vpc=PEER_VPC
Name of the VPC network to peer with the Cloud SQL private network.
--static-ip
Use the default IP allowlist method. This method creates a public IP
that will be used with the destination Cloud SQL database. The method
works by configuring the source database server to accept connections
from the outgoing IP of the Cloud SQL instance.
Parameters for the reverse-SSH tunnel connectivity method.
--vm=VM