UpdateMigrationRequest interface
Request to update an Enterprise Live Migration.
Properties
| scheduled |
The UTC date/time representing when the cutover is to occur. |
| status |
The status requested for the migration. Allowed values are "Active" and "Suspended". |
| 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
statusRequested
The status requested for the migration. Allowed values are "Active" and "Suspended".
statusRequested: MigrationStatus
Property Value
validateOnly
True if the migration should only perform pre-migration validation.
validateOnly: boolean
Property Value
boolean