Edit

UpdateMigrationRequest interface

Request to update an Enterprise Live Migration.

Properties

cutoverFailureAcceptedCount

The number of failed and blocked resources the user has reviewed and accepted. Required when approving cutover for a migration in the ReviewForCutover stage. Must match the current total failure count; rejected if the count has changed. Set to int.MaxValue to accept all failures (requires AllowBlanketCutoverApproval feature flag).

pipelinesVerified

Set to true to acknowledge that all rewired pipelines have been verified. Required for cutover when RequiresPipelineVerificationAcknowledgment is true. Independent of CutoverFailureAcceptedCount.

scheduledCutoverDate

The UTC date/time representing when the cutover is to occur.

statusRequested

The status requested for the migration. Allowed values are "Active" and "Paused".

validateOnly

True if the migration should only perform pre-migration validation.

Property Details

cutoverFailureAcceptedCount

The number of failed and blocked resources the user has reviewed and accepted. Required when approving cutover for a migration in the ReviewForCutover stage. Must match the current total failure count; rejected if the count has changed. Set to int.MaxValue to accept all failures (requires AllowBlanketCutoverApproval feature flag).

cutoverFailureAcceptedCount: number

Property Value

number

pipelinesVerified

Set to true to acknowledge that all rewired pipelines have been verified. Required for cutover when RequiresPipelineVerificationAcknowledgment is true. Independent of CutoverFailureAcceptedCount.

pipelinesVerified: boolean

Property Value

boolean

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

statusRequested: MigrationStatus

Property Value

validateOnly

True if the migration should only perform pre-migration validation.

validateOnly: boolean

Property Value

boolean