| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1beta1 | |
| com.google.api.services.datamigration.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMigrationService.Projects.Locations.MigrationJobs.GenerateSshScript |
DatabaseMigrationService.Projects.Locations.MigrationJobs.generateSshScript(String migrationJob,
GenerateSshScriptRequest content)
Generate a SSH configuration script to configure the reverse SSH connectivity.
|
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.GenerateSshScript |
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.generateSshScript(String migrationJob,
GenerateSshScriptRequest content)
Generate a SSH configuration script to configure the reverse SSH connectivity.
|
| Constructor and Description |
|---|
GenerateSshScript(String migrationJob,
GenerateSshScriptRequest content)
Generate a SSH configuration script to configure the reverse SSH connectivity.
|
GenerateSshScript(String migrationJob,
GenerateSshScriptRequest content)
Generate a SSH configuration script to configure the reverse SSH connectivity.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateSshScriptRequest |
GenerateSshScriptRequest.clone() |
GenerateSshScriptRequest |
GenerateSshScriptRequest.set(String fieldName,
Object value) |
GenerateSshScriptRequest |
GenerateSshScriptRequest.setVm(String vm)
Required.
|
GenerateSshScriptRequest |
GenerateSshScriptRequest.setVmCreationConfig(VmCreationConfig vmCreationConfig)
The VM creation configuration
|
GenerateSshScriptRequest |
GenerateSshScriptRequest.setVmPort(Integer vmPort)
The port that will be open on the bastion host
|
GenerateSshScriptRequest |
GenerateSshScriptRequest.setVmSelectionConfig(VmSelectionConfig vmSelectionConfig)
The VM selection configuration
|
Copyright © 2011–2021 Google. All rights reserved.