| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ReverseSshConnectivity |
ReverseSshConnectivity.clone() |
ReverseSshConnectivity |
MigrationJob.getReverseSshConnectivity()
The details needed to communicate to the source over Reverse SSH tunnel connectivity.
|
ReverseSshConnectivity |
ReverseSshConnectivity.set(String fieldName,
Object value) |
ReverseSshConnectivity |
ReverseSshConnectivity.setVm(String vm)
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
|
ReverseSshConnectivity |
ReverseSshConnectivity.setVmIp(String vmIp)
Required.
|
ReverseSshConnectivity |
ReverseSshConnectivity.setVmPort(Integer vmPort)
Required.
|
ReverseSshConnectivity |
ReverseSshConnectivity.setVpc(String vpc)
The name of the VPC to peer with the Cloud SQL private network.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationJob |
MigrationJob.setReverseSshConnectivity(ReverseSshConnectivity reverseSshConnectivity)
The details needed to communicate to the source over Reverse SSH tunnel connectivity.
|
Copyright © 2011–2021 Google. All rights reserved.