mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -106,31 +106,37 @@ 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.
|
||||
|
||||
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.
|
||||
|
||||
--vm-ip=VM_IP
|
||||
Bastion Virtual Machine IP.
|
||||
Parameters for the reverse-SSH tunnel connectivity method.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
--vm-ip=VM_IP
|
||||
Bastion Virtual Machine IP.
|
||||
|
||||
--vm-port=VM_PORT
|
||||
Forwarding port for the SSH tunnel.
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
--vm-port=VM_PORT
|
||||
Forwarding port for the SSH tunnel.
|
||||
|
||||
--vpc=VPC
|
||||
Name of the VPC network where the VM is hosted.
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
--vpc=VPC
|
||||
Name of the VPC network where the VM is hosted.
|
||||
|
||||
--vm=VM
|
||||
Name of VM that will host the SSH tunnel bastion.
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--vm=VM
|
||||
Name of VM that will host the SSH tunnel bastion.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -124,22 +124,28 @@ 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.
|
||||
|
||||
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.
|
||||
|
||||
--vm=VM
|
||||
Name of VM that will host the SSH tunnel bastion.
|
||||
Parameters for the reverse-SSH tunnel connectivity method.
|
||||
|
||||
--vm-ip=VM_IP
|
||||
Bastion Virtual Machine IP.
|
||||
--vm=VM
|
||||
Name of VM that will host the SSH tunnel bastion.
|
||||
|
||||
--vm-port=VM_PORT
|
||||
Forwarding port for the SSH tunnel.
|
||||
--vm-ip=VM_IP
|
||||
Bastion Virtual Machine IP.
|
||||
|
||||
--vpc=VPC
|
||||
Name of the VPC network where the VM is hosted.
|
||||
--vm-port=VM_PORT
|
||||
Forwarding port for the SSH tunnel.
|
||||
|
||||
--vpc=VPC
|
||||
Name of the VPC network where the VM is hosted.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue