Package version:

A2A provider specific input for unplanned failover.

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

Hierarchy (view full)

Properties

cloudServiceCreationOption?: string

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

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.