| 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.Create |
DatabaseMigrationService.Projects.Locations.MigrationJobs.create(String parent,
MigrationJob content)
Creates a new migration job in a given project and location.
|
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.Create |
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.create(String parent,
MigrationJob content)
Creates a new migration job in a given project and location.
|
DatabaseMigrationService.Projects.Locations.MigrationJobs.Patch |
DatabaseMigrationService.Projects.Locations.MigrationJobs.patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
|
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.Patch |
CloudDatabaseMigrationService.Projects.Locations.MigrationJobs.patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
|
| Constructor and Description |
|---|
Create(String parent,
MigrationJob content)
Creates a new migration job in a given project and location.
|
Create(String parent,
MigrationJob content)
Creates a new migration job in a given project and location.
|
Patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
|
Patch(String name,
MigrationJob content)
Updates the parameters of a single migration job.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationJob |
MigrationJob.clone() |
MigrationJob |
MigrationJob.set(String fieldName,
Object value) |
MigrationJob |
MigrationJob.setCreateTime(String createTime)
Output only.
|
MigrationJob |
MigrationJob.setDestination(String destination)
Required.
|
MigrationJob |
MigrationJob.setDestinationDatabase(DatabaseType destinationDatabase)
The database engine type and provider of the destination.
|
MigrationJob |
MigrationJob.setDisplayName(String displayName)
The migration job display name.
|
MigrationJob |
MigrationJob.setDumpPath(String dumpPath)
The path to the dump file in Google Cloud Storage, in the format:
(gs://[BUCKET_NAME]/[OBJECT_NAME]).
|
MigrationJob |
MigrationJob.setDuration(String duration)
Output only.
|
MigrationJob |
MigrationJob.setEndTime(String endTime)
Output only.
|
MigrationJob |
MigrationJob.setError(Status error)
Output only.
|
MigrationJob |
MigrationJob.setLabels(Map<String,String> labels)
The resource labels for migration job to use to annotate any related underlying resources such
as Compute Engine VMs.
|
MigrationJob |
MigrationJob.setName(String name)
The name (URI) of this migration job resource, in the form of:
projects/{project}/locations/{location}/instances/{instance}.
|
MigrationJob |
MigrationJob.setPhase(String phase)
Output only.
|
MigrationJob |
MigrationJob.setReverseSshConnectivity(ReverseSshConnectivity reverseSshConnectivity)
The details needed to communicate to the source over Reverse SSH tunnel connectivity.
|
MigrationJob |
MigrationJob.setSource(String source)
Required.
|
MigrationJob |
MigrationJob.setSourceDatabase(DatabaseType sourceDatabase)
The database engine type and provider of the source.
|
MigrationJob |
MigrationJob.setState(String state)
The current migration job state.
|
MigrationJob |
MigrationJob.setStaticIpConnectivity(StaticIpConnectivity staticIpConnectivity)
static ip connectivity data (default, no additional details needed).
|
MigrationJob |
MigrationJob.setType(String type)
Required.
|
MigrationJob |
MigrationJob.setUpdateTime(String updateTime)
Output only.
|
MigrationJob |
MigrationJob.setVpcPeeringConnectivity(VpcPeeringConnectivity vpcPeeringConnectivity)
The details of the VPC network that the source database is located in.
|
| Modifier and Type | Method and Description |
|---|---|
List<MigrationJob> |
ListMigrationJobsResponse.getMigrationJobs()
The list of migration jobs objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListMigrationJobsResponse |
ListMigrationJobsResponse.setMigrationJobs(List<MigrationJob> migrationJobs)
The list of migration jobs objects.
|
Copyright © 2011–2021 Google. All rights reserved.