Resource: MigrationJobObject
A specific Migration Job Object (e.g. a specifc DB Table)
| JSON representation |
|---|
{ "name": string, "sourceObject": { object ( |
| Fields | |
|---|---|
name |
The object's name. |
sourceObject |
The object identifier in the data source. |
error |
Output only. The error details in case of failure. |
state |
The state of the migration job object. |
phase |
Output only. The phase of the migration job object. |
createTime |
Output only. The creation time of the migration job object. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The last update time of the migration job object. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
heterogeneousMetadata |
Output only. Metadata for heterogeneous migration jobs objects. |
State
The migration job object states. LINT.IfChange
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The state of the migration job object is unknown. |
NOT_STARTED |
The migration job object is not started. |
RUNNING |
The migration job object is running. |
STOPPING |
The migration job object is being stopped. |
STOPPED |
The migration job object is currently stopped. |
RESTARTING |
The migration job object is restarting. |
FAILED |
The migration job object failed. |
REMOVING |
The migration job object is deleting. |
NOT_SELECTED |
The migration job object is not selected for migration. |
COMPLETED |
The migration job object is completed. |
Phase
The migration job object phases.
| Enums | |
|---|---|
PHASE_UNSPECIFIED |
The phase of the migration job is unknown. |
FULL_DUMP |
The migration job object is in the full dump phase. |
CDC |
The migration job object is in CDC phase. |
READY_FOR_PROMOTE |
The migration job object is ready to be promoted. |
PROMOTE_IN_PROGRESS |
The migration job object is in running the promote phase. |
PROMOTED |
The migration job is promoted. |
DIFF_BACKUP |
The migration job object is in the differential backup phase. |
HeterogeneousMetadata
Metadata for heterogeneous migration jobs objects.
| JSON representation |
|---|
{ "unsupportedEventsCount": string } |
| Fields | |
|---|---|
unsupportedEventsCount |
The number of unsupported events. |
Methods |
|
|---|---|
|
Use this method to get details about a migration job object. |
|
Gets the access control policy for a resource. |
|
Use this method to list the objects of a specific migration job. |
|
Use this method to look up a migration job object by its source object identifier. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |