InMageUnplannedFailoverInput interface
InMage 非計劃性故障轉移的提供者特定輸入。
- Extends
屬性
instance |
多型歧視性,指定這個物件可以是的不同類型 |
recovery |
要傳遞至故障轉移至特定恢復點的恢復點標識碼。 如果是最新的恢復點,應該傳遞 null。 |
recovery |
恢復點類型。 LatestTime、LatestTag 或 Custom 的值。 在自定義的情況下,將會使用 RecoveryPointId 所提供的恢復點。 在其他兩種情況下,將會忽略恢復點標識符。 |
屬性詳細資料
instanceType
多型歧視性,指定這個物件可以是的不同類型
instanceType: "InMage"
屬性值
"InMage"
recoveryPointId
要傳遞至故障轉移至特定恢復點的恢復點標識碼。 如果是最新的恢復點,應該傳遞 null。
recoveryPointId?: string
屬性值
string
recoveryPointType
恢復點類型。 LatestTime、LatestTag 或 Custom 的值。 在自定義的情況下,將會使用 RecoveryPointId 所提供的恢復點。 在其他兩種情況下,將會忽略恢復點標識符。
recoveryPointType?: string
屬性值
string