- Resource: MigrationJob
- State
- Phase
- Type
- ReverseSshConnectivity
- VpcPeeringConnectivity
- StaticIpConnectivity
- DatabaseType
- DatabaseEngine
- Methods
Resource: MigrationJob
Represents a Database Migration Service migration job object.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "displayName": string, "state": enum ( |
Fields | |
---|---|
name |
The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}. |
createTime |
Output only. The timestamp when the migration job resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The timestamp when the migration job resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
The resource labels for migration job to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example: An object containing a list of |
displayName |
The migration job display name. |
state |
The current migration job state. |
phase |
Output only. The current migration job phase. |
type |
Required. The migration job type. |
dumpPath |
The path to the dump file in Google Cloud Storage, in the format gs://[BUCKET_NAME]/[OBJECT_NAME]. |
source |
Required. The resource name (URI) of the source connection profile. |
destination |
Required. The resource name (URI) of the destination connection profile. |
duration |
Output only. The duration of the migration job (in seconds). A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". A duration in seconds with up to nine fractional digits, ending with ' |
error |
Output only. The error details in case of state FAILED. |
sourceDatabase |
The database engine type and provider of the source. |
destinationDatabase |
The database engine type and provider of the destination. |
endTime |
Output only. If the migration job is completed, the time when it was completed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Union field connectivity . The connectivity method. connectivity can be only one of the following: |
|
reverseSshConnectivity |
The details needed to communicate to the source over Reverse SSH tunnel connectivity. |
vpcPeeringConnectivity |
The details of the VPC network that the source database is located in. |
staticIpConnectivity |
static ip connectivity data (default, no additional details needed). |
State
The current migration job states.
Enums | |
---|---|
STATE_UNSPECIFIED |
The state of the migration job is unknown. |
MAINTENANCE |
The migration job is down for maintenance. |
DRAFT |
The migration job is in draft mode and no resources are created. |
CREATING |
The migration job is being created. |
NOT_STARTED |
The migration job is created and not started. |
RUNNING |
The migration job is running. |
FAILED |
The migration job failed. |
COMPLETED |
The migration job has been completed. |
DELETING |
The migration job is being deleted. |
STOPPING |
The migration job is being stopped. |
STOPPED |
The migration job is currently stopped. |
DELETED |
The migration job has been deleted. |
UPDATING |
The migration job is being updated. |
STARTING |
The migration job is starting. |
RESTARTING |
The migration job is restarting. |
RESUMING |
The migration job is resuming. |
Phase
The current migration job phase.
Enums | |
---|---|
PHASE_UNSPECIFIED |
The phase of the migration job is unknown. |
FULL_DUMP |
The migration job is in the full dump phase. |
CDC |
The migration job is CDC phase. |
PROMOTE_IN_PROGRESS |
The migration job is running the promote phase. |
WAITING_FOR_SOURCE_WRITES_TO_STOP |
Only RDS flow - waiting for source writes to stop |
PREPARING_THE_DUMP |
Only RDS flow - the sources writes stopped, waiting for dump to begin |
Type
The type of migration job (one-time or continuous).
Enums | |
---|---|
TYPE_UNSPECIFIED |
The type of the migration job is unknown. |
ONE_TIME |
The migration job is a one time migration. |
CONTINUOUS |
The migration job is a continuous migration. |
ReverseSshConnectivity
The details needed to configure a reverse SSH tunnel between the source and destination databases. These details will be used when calling the generateSshScript method (see https://cloud.google.com/database-migration/docs/reference/rest/v1beta1/projects.locations.migrationJobs/generateSshScript) to produce the script that will help set up the reverse SSH tunnel, and to set up the VPC peering between the Cloud SQL private network and the VPC.
JSON representation |
---|
{ "vmIp": string, "vmPort": integer, "vm": string, "vpc": string } |
Fields | |
---|---|
vmIp |
Required. The IP of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel. |
vmPort |
Required. The forwarding port of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel. |
vm |
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel. |
vpc |
The name of the VPC to peer with the Cloud SQL private network. |
VpcPeeringConnectivity
The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.
JSON representation |
---|
{ "vpc": string } |
Fields | |
---|---|
vpc |
The name of the VPC network to peer with the Cloud SQL private network. |
StaticIpConnectivity
This type has no fields.
The source database will allow incoming connections from the destination database's public IP. You can retrieve the Cloud SQL instance's public IP from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required.
DatabaseType
A message defining the database engine and provider.
JSON representation |
---|
{ "provider": enum ( |
Fields | |
---|---|
provider |
The database provider. |
engine |
The database engine. |
DatabaseEngine
The database engine types.
Enums | |
---|---|
DATABASE_ENGINE_UNSPECIFIED |
The source database engine of the migration job is unknown. |
MYSQL |
The source engine is MySQL. |
Methods |
|
---|---|
|
Creates a new migration job in a given project and location. |
|
Deletes a single migration job. |
|
Generate a SSH configuration script to configure the reverse SSH connectivity. |
|
Gets details of a single migration job. |
|
Gets the access control policy for a resource. |
|
Lists migration jobs in a given project and location. |
|
Updates the parameters of a single migration job. |
|
Promote a migration job, stopping replication to the destination and promoting the destination to be a standalone database. |
|
Restart a stopped or failed migration job, resetting the destination instance to its original state and starting the migration process from scratch. |
|
Resume a migration job that is currently stopped and is resumable (was stopped during CDC phase). |
|
Sets the access control policy on the specified resource. |
|
Start an already created migration job. |
|
Stops a running migration job. |
|
Returns permissions that a caller has on the specified resource. |
|
Verify a migration job, making sure the destination can reach the source and that all configuration and prerequisites are met. |