MigrationJob

Creates a new migration job in a given project and location.

Properties

Link copied to clipboard
val createTime: Output<String>

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".

Link copied to clipboard
val destination: Output<String>

The resource name (URI) of the destination connection profile.

Link copied to clipboard

The database engine type and provider of the destination.

Link copied to clipboard
val displayName: Output<String>

The migration job display name.

Link copied to clipboard
val dumpPath: Output<String>

The path to the dump file in Google Cloud Storage, in the format: (gs://BUCKET_NAME/OBJECT_NAME).

Link copied to clipboard
val duration: Output<String>

The duration of the migration job (in seconds). A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Link copied to clipboard
val endTime: Output<String>

If the migration job is completed, the time when it was completed.

Link copied to clipboard
val error: Output<StatusResponse>

The error details in case of state FAILED.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val migrationJobId: Output<String>

Required. The ID of the instance to create.

Link copied to clipboard
val name: Output<String>

The name (URI) of this migration job resource, in the form of: projects/{project}/locations/{location}/migrationJobs/{migrationJob}.

Link copied to clipboard
val phase: Output<String>

The current migration job phase.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored. It is recommended to always set this value to a UUID. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Link copied to clipboard

The details needed to communicate to the source over Reverse SSH tunnel connectivity.

Link copied to clipboard
val source: Output<String>

The resource name (URI) of the source connection profile.

Link copied to clipboard

The database engine type and provider of the source.

Link copied to clipboard
val state: Output<String>

The current migration job state.

Link copied to clipboard

static ip connectivity data (default, no additional details needed).

Link copied to clipboard
val type: Output<String>

The migration job type.

Link copied to clipboard
val updateTime: Output<String>

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".

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The details of the VPC network that the source database is located in.