CreateMigrationRequest interface
Request to create an Enterprise Live Migration.
Properties
| scheduled |
The UTC date/time representing when the cutover is to occur. |
| target |
The ID of the user that will end up owning the migrated repository. |
| target |
URL identifying the destination respository of migration. |
| validate |
True if the migration should only perform pre-migration validation. |
Property Details
scheduledCutoverDate
The UTC date/time representing when the cutover is to occur.
scheduledCutoverDate: Date
Property Value
Date
targetOwnerUserId
The ID of the user that will end up owning the migrated repository.
targetOwnerUserId: string
Property Value
string
targetRepository
URL identifying the destination respository of migration.
targetRepository: string
Property Value
string
validateOnly
True if the migration should only perform pre-migration validation.
validateOnly: boolean
Property Value
boolean