InMageUnplannedFailoverInput interface
Provider specific input for InMage unplanned failover.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. |
recovery |
The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InMage"
Property Value
"InMage"
recoveryPointId
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.
recoveryPointId?: string
Property Value
string
recoveryPointType
The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored.
recoveryPointType?: string
Property Value
string