共用方式為


InMageTestFailoverInput interface

Provider specific input for InMage test failover.

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointId

The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.

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.

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 test 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