Package version:

Provider specific input for InMage unplanned failover.

interface InMageUnplannedFailoverInput {
    instanceType: "InMage";
    recoveryPointId?: string;
    recoveryPointType?: string;
}

Hierarchy (view full)

Properties

instanceType

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

recoveryPointId?: string

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

recoveryPointType?: string

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.