UpdateMigrationRequest interface

请求更新企业实时迁移。

属性

cutoverFailureAcceptedCount

用户审核并接受的失败和被阻断资源数量。 在ReviewForCutover阶段批准迁移时必须使用。 必须与当前总故障数相匹配;如果计数发生变化,则被拒绝。 设置为智力。MaxValue 可接受所有失败(需要 AllowBlanketCutoverApproval 功能标志)。

pipelinesVerified

设置为真实以确认所有重新布线的管道均已验证。 当RequiresPipelineVerificationAccoredgment为真时,切换是必需的。 与CutoverFailureAcceptedCount无关。

scheduledCutoverDate

UTC日期/时间表示切换发生的时间。

statusRequested

请求迁移的状态。 允许的值是“活跃”和“暂停”。

validateOnly

如果迁移仅进行迁移前验证,那是正确的。

属性详细信息

cutoverFailureAcceptedCount

用户审核并接受的失败和被阻断资源数量。 在ReviewForCutover阶段批准迁移时必须使用。 必须与当前总故障数相匹配;如果计数发生变化,则被拒绝。 设置为智力。MaxValue 可接受所有失败(需要 AllowBlanketCutoverApproval 功能标志)。

cutoverFailureAcceptedCount: number

属性值

number

pipelinesVerified

设置为真实以确认所有重新布线的管道均已验证。 当RequiresPipelineVerificationAccoredgment为真时,切换是必需的。 与CutoverFailureAcceptedCount无关。

pipelinesVerified: boolean

属性值

boolean

scheduledCutoverDate

UTC日期/时间表示切换发生的时间。

scheduledCutoverDate: Date

属性值

Date

statusRequested

请求迁移的状态。 允许的值是“活跃”和“暂停”。

statusRequested: MigrationStatus

属性值

validateOnly

如果迁移仅进行迁移前验证,那是正确的。

validateOnly: boolean

属性值

boolean