Package version:

A2A provider specific input for test failover.

interface A2ATestFailoverInput {
    cloudServiceCreationOption?: string;
    instanceType: "A2A";
    recoveryPointId?: string;
}

Hierarchy (view full)

Properties

cloudServiceCreationOption?: string

A value indicating whether to use recovery cloud service for TFO or not.

instanceType

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

recoveryPointId?: string

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.